.emacs.d/init.el
This commit is contained in:
parent
14d2e1e1f2
commit
c06c9b92ed
1 changed files with 3 additions and 0 deletions
|
@ -1074,6 +1074,9 @@ for easy selection."
|
||||||
(load "rudel-loaddefs.el")
|
(load "rudel-loaddefs.el")
|
||||||
(load (expand-file-name "~/quicklisp/slime-helper.el"))
|
(load (expand-file-name "~/quicklisp/slime-helper.el"))
|
||||||
|
|
||||||
|
(load "quick-edit-mode")
|
||||||
|
(global-set-key (kbd "C-z") 'quick-edit-mode)
|
||||||
|
|
||||||
(provide 'init)
|
(provide 'init)
|
||||||
|
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
|
Loading…
Reference in a new issue