From 4085e676e6dae7727cb63617c40ff1fb75819270 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 18 Apr 2019 18:10:32 -0400 Subject: [PATCH] add lispy mode --- conf.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf.org b/conf.org index 174ee6d..9bd8930 100644 --- a/conf.org +++ b/conf.org @@ -650,6 +650,10 @@ Allows opening a file with sudo elevation. Elisp can use vanilla company with no plugins #+BEGIN_SRC emacs-lisp (add-hook 'emacs-lisp-mode-hook 'company-mode) +(add-hook 'emacs-lisp-mode-hook 'origami-mode) + +(use-package lispy + :straight t) #+END_SRC *** ESS (Emacs Speaks Statistics) For me this means R but ess also supports S-plus, SAS, Stata, and other statistical black-magic languages. Note that ESS is not part of =prog-mode= so it must be added manually to hooks.