diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2022-11-22 10:46:00 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2022-11-22 10:46:00 +0100 |
commit | 7873461b94dd1af575760d874d840464560294a4 (patch) | |
tree | e930b80f88ced8ee6eb6d0ef5a2c07b6b40d4220 /emacs.el | |
parent | efa91d90da9bb43806b2c09a7b71616217cc588a (diff) |
Uninstall Emacs Paredit
Diffstat (limited to 'emacs.el')
-rw-r--r-- | emacs.el | 12 |
1 files changed, 0 insertions, 12 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) |