summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-09-25 10:01:33 +0200
committerGravatar Tom Willemsen2012-09-25 10:01:33 +0200
commitc06c9b92ed2ac958a06d00330956bda04af9a5ed (patch)
tree0ff3fbb50a8955ed3b697530a090161430d37657
parent14d2e1e1f27031db71f003fa53d9b18af0c6fc8d (diff)
downloaddotfiles-c06c9b92ed2ac958a06d00330956bda04af9a5ed.tar.gz
dotfiles-c06c9b92ed2ac958a06d00330956bda04af9a5ed.zip
.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