Procházet zdrojové kódy

Comment out highlight-indentation-mode

master
10sr před 4 roky
rodič
revize
ce4bc3bd0c
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 5 přidání a 2 odebrání
  1. +5
    -2
      emacs.el

+ 5
- 2
emacs.el Zobrazit soubor

@@ -1038,8 +1038,10 @@ THEM are function and its args."
prog-mode-hook
text-mode-hook
))
(add-hook hook
'highlight-indentation-mode)))
;; Makes display slow?
;; (add-hook hook
;; 'highlight-indentation-mode)
))
(with-eval-after-load 'highlight-indentation
(set-face-background 'highlight-indentation-face "color-236"))
;; (set-face-background 'highlight-indentation-current-column-face "#c3b3b3")
@@ -3023,6 +3025,7 @@ Any output will be written to current buffer."
(propertize " " 'face (overlay-get mmv-mark-overlay 'face)))
(move-overlay mmv-mark-overlay mark-position mark-position)))))

;; Makes display very slow?
(add-hook 'pre-redisplay-functions #'mmv-draw-mark)

(defun mmv-toggle-mark-visibility ()


Načítá se…
Zrušit
Uložit