Enable nlinum-mode in snippet and php-mode
This commit is contained in:
parent
047e64b4bc
commit
60c0c69738
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue