Fix :hook modes for parinfer-mode
This commit is contained in:
parent
f74d595e17
commit
6426da3533
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
;;; editor/parinfer/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(def-package! parinfer
|
||||
:hook ((emacs-lisp clojure-mode common-lisp scheme lisp) . parinfer-mode)
|
||||
:hook ((emacs-lisp-mode clojure-mode scheme-mode lisp-mode) . parinfer-mode)
|
||||
:init
|
||||
(setq parinfer-extensions
|
||||
'(defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue