summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-lisp.el
blob: 08d55a4834d70a71f9ba1e16ada3773a887524db (plain) (blame)
1
2
3
4
5
6
(use-package lisp-mode
  :bind
  (("C-c C-e" . eval-buffer)
   ("C-c C-r" . eval-region)))

(provide 'fcuny-lisp)