Merge pull request #4978 from Grazfather/patch-1
Add fennel-mode hook to lispy
This commit is contained in:
commit
b65d8ae3ac
2 changed files with 3 additions and 1 deletions
|
@ -21,6 +21,7 @@ This includes:
|
|||
- [[http://docs.hylang.org/en/stable/][Hy]]
|
||||
- [[http://lfe.io/][LFE]]
|
||||
- Clojure
|
||||
- [[https://fennel-lang.org][Fennel]]
|
||||
|
||||
If evil is enabled, lispyville would also be activated for every mode where
|
||||
lispy is active
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
(hy-mode . lispy-mode)
|
||||
(lfe-mode . lispy-mode)
|
||||
(dune-mode . lispy-mode)
|
||||
(clojure-mode . lispy-mode))
|
||||
(clojure-mode . lispy-mode)
|
||||
(fennel-mode . lispy-mode))
|
||||
:init
|
||||
(add-hook! 'eval-expression-minibuffer-setup-hook
|
||||
(defun doom-init-lispy-in-eval-expression-h ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue