esup workaround - works but less useful
This commit is contained in:
parent
2f427ad014
commit
760bb78d33
1
init.el
1
init.el
@ -291,6 +291,7 @@ If the current window occupies the whole frame, split it."
|
|||||||
(elpaca-process-queues)
|
(elpaca-process-queues)
|
||||||
|
|
||||||
(require 'mir-packages)
|
(require 'mir-packages)
|
||||||
|
;; (setq esup-depth 0)
|
||||||
|
|
||||||
;; Absolute line numbers. Relative ones are an annoyance to set up, sadly.
|
;; Absolute line numbers. Relative ones are an annoyance to set up, sadly.
|
||||||
;; (global-display-line-numbers-mode)
|
;; (global-display-line-numbers-mode)
|
||||||
|
@ -619,7 +619,9 @@ Return nil if DIR is not in a hugo project at all."
|
|||||||
|
|
||||||
;; Emacs startup profiling -- may not work with chemacs2
|
;; Emacs startup profiling -- may not work with chemacs2
|
||||||
(use-package esup
|
(use-package esup
|
||||||
:commands esup)
|
:commands esup
|
||||||
|
:custom (esup-depth 0))
|
||||||
|
;; (esup buffer-file-name) ;useless
|
||||||
|
|
||||||
;; Blingy laggy minimap on the right
|
;; Blingy laggy minimap on the right
|
||||||
(use-package minimap
|
(use-package minimap
|
||||||
|
Loading…
Reference in New Issue
Block a user