mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Move :editor to top; disable parinfer by default
And shorten post-comment.
This commit is contained in:
@ -42,6 +42,9 @@
|
||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||
window-select ; visually switch windows
|
||||
|
||||
:editor
|
||||
;parinfer ; turn lisp into python, sort of
|
||||
|
||||
:emacs
|
||||
dired ; making dired pretty [functional]
|
||||
ediff ; comparing files in Emacs
|
||||
@ -127,9 +130,6 @@
|
||||
;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