mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Remove highlight-indentation; clean up
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user