editor/lispy: fix hook for lisp-mode
This commit is contained in:
parent
24e35b95d5
commit
cad281b107
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; editor/lispy/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(use-package! lispy
|
||||
:hook ((common-lisp-mode . lispy-mode)
|
||||
:hook ((lisp-mode . lispy-mode)
|
||||
(emacs-lisp-mode . lispy-mode)
|
||||
(scheme-mode . lispy-mode)
|
||||
(racket-mode . lispy-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue