summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-lisp.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-lisp.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/emacs.d/custom/fcuny-lisp.el b/emacs.d/custom/fcuny-lisp.el
deleted file mode 100644
index 70a0b6c..0000000
--- a/emacs.d/custom/fcuny-lisp.el
+++ /dev/null
@@ -1,7 +0,0 @@
-(use-package lisp-mode
-  :after (flycheck flyspell)
-  :bind
-  (("C-c C-e" . eval-buffer)
-   ("C-c C-r" . eval-region)))
-
-(provide 'fcuny-lisp)