diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2022-01-13 11:25:47 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2022-01-13 11:25:47 +0100 |
| commit | bb3226b420f31780b3f33aea55f6035be494ebab (patch) | |
| tree | 15b3bfd401382507582f9b18f277548d6772c0cf /.doom.d/init.el | |
| parent | 7a22ab4aa028ec5545de1da687b15944a7178555 (diff) | |
| download | dotfiles-bb3226b420f31780b3f33aea55f6035be494ebab.tar.gz dotfiles-bb3226b420f31780b3f33aea55f6035be494ebab.zip | |
doom: format on save
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.doom.d/init.el')
| -rw-r--r-- | .doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index 853c296..1738ecb 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -41,7 +41,7 @@ (evil +everywhere) ; come to the dark side, we have cookies file-templates ; auto-snippets for empty files ;;fold ; (nigh) universal code folding - ;;(format +onsave) ; automated prettiness + (format +onsave) ; automated prettiness ;;god ; run Emacs commands without modifier keys ;;lispy ; vim for lisp, for people who don't like vim ;;multiple-cursors ; editing in many places at once |
