summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:11 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-01-14 11:17:11 +0100
commitdee6a40cb9e2b2a3f41ff6496040fc87c4ab042b (patch)
tree695339384de079a34192ed8319300840ab2a95e4
parentd9b08bbe376844b5c899cffe7b2565de1999e9f1 (diff)
Uninstall Emacs Paredit
-rw-r--r--emacs.el12
-rw-r--r--home-configuration.scm1
2 files changed, 0 insertions, 13 deletions
diff --git a/emacs.el b/emacs.el
index 414379b..eb58dab 100644
--- a/emacs.el
+++ b/emacs.el
@@ -26,18 +26,6 @@
show-paren-mode 1
show-paren-delay 0)
-;; Edit the code based on the S-expression structure
-(require 'paredit)
-(autoload
- 'enable-paredit-mode
- "paredit"
- "Turn on pseudo-structural editing of Lisp code."
- t)
-(add-hook 'emacs-lisp-mode-hook
- #'enable-paredit-mode)
-(add-hook 'scheme-mode-hook
- #'enable-paredit-mode)
-
;; Edit several strings of characters in the same way simultaneously
(require 'iedit)
diff --git a/home-configuration.scm b/home-configuration.scm
index 54d97be..5f98cf6 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -18,7 +18,6 @@
"emacs-guix"
"emacs-iedit"
"emacs-multiple-cursors"
- "emacs-paredit"
"font-google-noto"
"git"
"git-lfs"