Add highlight-indentation package
This commit is contained in:
parent
75cb69effc
commit
478ce285a6
2 changed files with 10 additions and 0 deletions
|
@ -41,6 +41,13 @@
|
|||
"Prevent annoying \"Active processes exist\" query when you quit Emacs."
|
||||
(flet ((process-list ())) ad-do-it)))
|
||||
|
||||
(use-package highlight-indentation
|
||||
:diminish highlight-indentation-mode
|
||||
:config
|
||||
(add-hook! (prog-mode scss-mode)
|
||||
(unless (eq major-mode 'emacs-lisp-mode)
|
||||
(highlight-indentation-mode 1))))
|
||||
|
||||
(use-package nlinum ; line numbers
|
||||
:defer t
|
||||
:defines nlinum--width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue