mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Move +parinfer to :editor parinfer
This commit is contained in:
@ -75,8 +75,7 @@
|
||||
;erlang ; an elegant language for a more civilized age
|
||||
;elixir ; erlang done right
|
||||
;elm ; care for a cup of TEA?
|
||||
(emacs-lisp ; drown in parentheses
|
||||
+parinfer) ; A handy addon to sort of turn lisp into python <https://shaunlebron.github.io/parinfer/>
|
||||
emacs-lisp ; drown in parentheses
|
||||
;ess ; emacs speaks statistics
|
||||
;go ; the hipster dialect
|
||||
;(haskell +intero) ; a language that's lazier than I am
|
||||
@ -128,6 +127,9 @@
|
||||
;floobits ; peer programming for a price
|
||||
;impatient-mode ; show off code over HTTP
|
||||
|
||||
:editor
|
||||
parinfer ; A handy addon to sort of turn lisp into python <https://shaunlebron.github.io/parinfer/>
|
||||
|
||||
:config
|
||||
;; For literate config users. This will tangle+compile a config.org
|
||||
;; literate config in your `doom-private-dir' whenever it changes.
|
||||
|
Reference in New Issue
Block a user