From 0fe0c7cf312f20e22f5d1c7e69a5462703c30425 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 27 Oct 2021 06:40:32 -0700 Subject: emacs: add lispy --- emacs/custom/fcuny-prog.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') 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 -- cgit 1.4.1