summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 6dfaa87..58cc8cf 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -945,6 +945,7 @@
 
 (req-package cedit
   :diminish "{}"
+  :require paredit
   :init (progn
           (defvar cedit-mode-map (make-sparse-keymap)
             "Keymap for the cedit minor mode.")
@@ -952,6 +953,7 @@
             "Minor mode for paredit-style editing in c-style modes."
             :lighter " Cedit")
           (defun turn-on-cedit-mode ()
+            (enable-paredit-mode)
             (cedit-mode 1)))
   :config (progn
             (bind-key "M-a" #'cedit-beginning-of-statement cedit-mode-map)