Remove highlight-indentation; clean up
This commit is contained in:
parent
b05d099886
commit
645229ce08
3 changed files with 6 additions and 24 deletions
|
@ -40,13 +40,6 @@
|
|||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(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