add lispy mode
This commit is contained in:
parent
2f04e02c77
commit
4085e676e6
4
conf.org
4
conf.org
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue