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

(provide 'fcuny-lisp)