diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-21 01:59:02 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-05-21 01:59:02 -0400 |
commit | b0373f1580719d80f632831c0bd05e14c5cb5596 (patch) | |
tree | d52af51b093a3df6aad29d60c6e4d2c01e1e4b3e /init.el | |
parent | Use `paredit-mode` in `ielm` buffers (diff) | |
download | mmosmacs-b0373f1580719d80f632831c0bd05e14c5cb5596.tar.gz mmosmacs-b0373f1580719d80f632831c0bd05e14c5cb5596.tar.bz2 mmosmacs-b0373f1580719d80f632831c0bd05e14c5cb5596.zip |
Remove `paredit` for now because it's too confusing
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -810,18 +810,6 @@ | |||
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 ielm-mode) . paredit-mode)) | ||
823 | |||
824 | |||
825 | 813 | ||
826 | 814 | ||
827 | ;; --------------------------------------------------------------------- | 815 | ;; --------------------------------------------------------------------- |