doom: add direnv, fix format on save
This commit is contained in:
parent
64cf4835cf
commit
c3f69e0b0c
@ -60,7 +60,8 @@
|
||||
(interactive)
|
||||
(company-abort)
|
||||
(evil-force-normal-state)
|
||||
(without-minibuffer '+format/buffer) ; Skip if no formatter is defined (e.g. in text mode)
|
||||
;; (without-minibuffer '+format/buffer) ; Skip if no formatter is defined (e.g. in text mode)
|
||||
(+format/buffer) ; Skip if no formatter is defined (e.g. in text mode)
|
||||
(save-buffer))
|
||||
|
||||
(defmacro without-minibuffer (&rest body)
|
||||
|
@ -88,7 +88,7 @@
|
||||
ansible
|
||||
biblio ; Writes a PhD for you (citation needed)
|
||||
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
|
||||
;;direnv
|
||||
direnv
|
||||
docker
|
||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||
ein ; tame Jupyter notebooks with emacs
|
||||
|
Loading…
x
Reference in New Issue
Block a user