add lispy mode

This commit is contained in:
ndwarshuis 2019-04-18 18:10:32 -04:00
parent 2f04e02c77
commit 4085e676e6
1 changed files with 4 additions and 0 deletions

View File

@ -650,6 +650,10 @@ Allows opening a file with sudo elevation.
Elisp can use vanilla company with no plugins Elisp can use vanilla company with no plugins
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(add-hook 'emacs-lisp-mode-hook 'company-mode) (add-hook 'emacs-lisp-mode-hook 'company-mode)
(add-hook 'emacs-lisp-mode-hook 'origami-mode)
(use-package lispy
:straight t)
#+END_SRC #+END_SRC
*** ESS (Emacs Speaks Statistics) *** 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. 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.