Move :editor to top; disable parinfer by default

And shorten post-comment.
This commit is contained in:
Henrik Lissner 2018-06-12 21:36:09 +02:00 committed by GitHub
parent 63552338ec
commit 5d79729c15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,9 @@
;unicode ; extended unicode support for various languages
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]
@ -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.