summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el12
1 files changed, 0 insertions, 12 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)