diff options
| author | 2026-09-15 01:07:03 -0700 | |
|---|---|---|
| committer | 2026-09-15 01:07:03 -0700 | |
| commit | ac5e934b167d6309f4027dce3a65223774e075fb (patch) | |
| tree | 539c0c593116eddd043387a6572bc2f8429173bf | |
| parent | 644879eda61f74495d8aaaf287546b41aa02b02a (diff) | |
| download | new-dotfiles-ac5e934b167d6309f4027dce3a65223774e075fb.tar.gz new-dotfiles-ac5e934b167d6309f4027dce3a65223774e075fb.zip | |
Both lisp-mode and emacs-lisp-mode derive from lisp-data-mode.
| -rw-r--r-- | emacs/.emacs.d/init.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 1091549..0ae3ac9 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -1007,7 +1007,7 @@ The only way to edit lispy languages. This turns Emacs into a structural editor #+begin_src emacs-lisp (use-package paredit - :hook (emacs-lisp-mode fennel-mode clojure-mode lisp-mode)) + :hook (lisp-data-mode fennel-mode clojure-mode)) #+end_src * Yasnippet |
