mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-19 13:43:36 -05:00
Enable nlinum-mode in snippet and php-mode
This commit is contained in:
@@ -144,7 +144,8 @@
|
||||
(defvar doom--hl-nlinum-line nil)
|
||||
:init
|
||||
(add-hook!
|
||||
(markdown-mode prog-mode scss-mode web-mode conf-mode groovy-mode nxml-mode)
|
||||
(markdown-mode prog-mode scss-mode web-mode conf-mode groovy-mode
|
||||
nxml-mode snippet-mode php-mode)
|
||||
'nlinum-mode)
|
||||
;; FIXME This only works if hl-line is active!
|
||||
(add-hook! nlinum-mode
|
||||
|
Reference in New Issue
Block a user