diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-22 10:46:00 +0100 |
---|---|---|
committer | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-22 10:46:00 +0100 |
commit | bace3496ff383423b4236dfc1be3bbe868a54d99 (patch) | |
tree | 695339384de079a34192ed8319300840ab2a95e4 | |
parent | 747d435a05b46439a075e35e93b2511cf4fdb432 (diff) |
Uninstall Emacs Paredit
-rw-r--r-- | emacs.el | 12 | ||||
-rw-r--r-- | home-configuration.scm | 1 |
2 files changed, 0 insertions, 13 deletions
@@ -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" |