esup workaround - works but less useful

This commit is contained in:
mir 2024-01-23 18:47:48 -09:00
parent 2f427ad014
commit 760bb78d33
2 changed files with 4 additions and 1 deletions

View File

@ -291,6 +291,7 @@ If the current window occupies the whole frame, split it."
(elpaca-process-queues)
(require 'mir-packages)
;; (setq esup-depth 0)
;; Absolute line numbers. Relative ones are an annoyance to set up, sadly.
;; (global-display-line-numbers-mode)

View File

@ -619,7 +619,9 @@ Return nil if DIR is not in a hugo project at all."
;; Emacs startup profiling -- may not work with chemacs2
(use-package esup
:commands esup)
:commands esup
:custom (esup-depth 0))
;; (esup buffer-file-name) ;useless
;; Blingy laggy minimap on the right
(use-package minimap