diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -810,6 +810,18 @@ | |||
810 | :init (global-flycheck-mode)) | 810 | :init (global-flycheck-mode)) |
811 | 811 | ||
812 | 812 | ||
813 | ;; --------------------------------- | ||
814 | ;; Lisp development | ||
815 | ;; ---------------- | ||
816 | ;; Lisp is the best | ||
817 | ;; --------------------------------- | ||
818 | |||
819 | ;; Structured editing of S-expr data | ||
820 | (use-package paredit | ||
821 | :straight t | ||
822 | :hook (emacs-lisp-mode . paredit-mode)) | ||
823 | |||
824 | |||
813 | 825 | ||
814 | 826 | ||
815 | ;; --------------------------------------------------------------------- | 827 | ;; --------------------------------------------------------------------- |