Ver a proveniência

Use whitelist to enable highlight-indentation-mode

master
10sr há 5 anos
ascendente
cometimento
6e400fdae7
Assinados por: 10sr ID da chave GPG: 7BEC428194130EB2
1 ficheiros alterados com 7 adições e 5 eliminações
  1. +7
    -5
      emacs.el

+ 7
- 5
emacs.el Ver ficheiro

@@ -721,11 +721,13 @@ found, otherwise returns nil."


(when (safe-require-or-eval 'highlight-indentation)
(safe-require-or-eval 'easy-mmode)
(define-globalized-minor-mode global-highlight-indentation-mode
highlight-indentation-mode highlight-indentation-mode)
(global-highlight-indentation-mode 1)
(set-face-background 'highlight-indentation-face "color-236"))
(set-face-background 'highlight-indentation-face "color-236")
(dolist (hook
'(
prog-mode-hook
))
(add-hook hook
'highlight-indentation-mode)))
;; (set-face-background 'highlight-indentation-current-column-face "#c3b3b3")

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


Carregando…
Cancelar
Guardar