diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-lisp.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-lisp.el b/emacs.d/custom/fcuny-lisp.el new file mode 100644 index 0000000..08d55a4 --- /dev/null +++ b/emacs.d/custom/fcuny-lisp.el @@ -0,0 +1,6 @@ +(use-package lisp-mode + :bind + (("C-c C-e" . eval-buffer) + ("C-c C-r" . eval-region))) + +(provide 'fcuny-lisp) |