summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index a4c39f1..662facf 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1074,6 +1074,9 @@ for easy selection."
(load "rudel-loaddefs.el")
(load (expand-file-name "~/quicklisp/slime-helper.el"))
+(load "quick-edit-mode")
+(global-set-key (kbd "C-z") 'quick-edit-mode)
+
(provide 'init)
;;; init.el ends here