mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-14 15:46:56 -05:00
fix(lispy,parinfer): add clojure-ts-mode support
Close: #8502 Co-authored-by: goshatch <goshatch@users.noreply.github.com>
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
(lfe-mode . lispy-mode)
|
||||
(dune-mode . lispy-mode)
|
||||
(clojure-mode . lispy-mode)
|
||||
(clojure-ts-mode . lispy-mode)
|
||||
(fennel-mode . lispy-mode))
|
||||
:init
|
||||
(add-hook! 'eval-expression-minibuffer-setup-hook
|
||||
|
@@ -4,6 +4,7 @@
|
||||
:when (bound-and-true-p module-file-suffix)
|
||||
:hook ((emacs-lisp-mode
|
||||
clojure-mode
|
||||
clojure-ts-mode
|
||||
scheme-mode
|
||||
lisp-mode
|
||||
racket-mode
|
||||
|
Reference in New Issue
Block a user