diff --git a/emacs/doom/config.org b/emacs/doom/config.org index 7a6b61d..5c535a0 100644 --- a/emacs/doom/config.org +++ b/emacs/doom/config.org @@ -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) diff --git a/emacs/doom/init.el b/emacs/doom/init.el index 4abdee8..3e535ef 100644 --- a/emacs/doom/init.el +++ b/emacs/doom/init.el @@ -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