lispyville always start on lisp mode
This commit is contained in:
parent
2e54f0e173
commit
33a1ef5f4b
@ -746,7 +746,8 @@ targets."
|
|||||||
(use-package evil-paredit
|
(use-package evil-paredit
|
||||||
:after paredit)
|
:after paredit)
|
||||||
(use-package lispyville
|
(use-package lispyville
|
||||||
:hook (evil-mode . lispyville-mode))
|
:diminish
|
||||||
|
:hook (lisp-mode . lispyville-mode))
|
||||||
|
|
||||||
;; org mode and messy things
|
;; org mode and messy things
|
||||||
(use-package org
|
(use-package org
|
||||||
|
Loading…
Reference in New Issue
Block a user