summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-27 06:40:32 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-27 06:40:32 -0700
commit0fe0c7cf312f20e22f5d1c7e69a5462703c30425 (patch)
tree8b935845d14c8cf860eb9e665e1f4c34d1ae61e3 /emacs
parentemacs: different magit setup for work/personal (diff)
downloademacs.d-0fe0c7cf312f20e22f5d1c7e69a5462703c30425.tar.gz
emacs: add lispy
Diffstat (limited to 'emacs')
-rw-r--r--emacs/custom/fcuny-prog.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-prog.el b/emacs/custom/fcuny-prog.el
index d291f5d..c6cbdf9 100644
--- a/emacs/custom/fcuny-prog.el
+++ b/emacs/custom/fcuny-prog.el
@@ -16,6 +16,12 @@
   (company-tooltip-limit 12)
   (company-idle-delay 1))
 
+(use-package lispy
+  :ensure t
+  :config
+  (dolist (hook '(emacs-lisp-mode-hook))
+    (add-hook hook #'lispy-mode)))
+
 ;; we need to install the following tools:
 ;; go get golang.org/x/tools/gopls@latest
 ;; go get golang.org/x/lint/golint@latest