Skip to content

Commit

Permalink
tweak(super-save): add more trigger commands
Browse files Browse the repository at this point in the history
Signed-off-by: Abdelhak Bougouffa <abougouffa@fedoraproject.org>
  • Loading branch information
abougouffa committed Dec 14, 2023
1 parent 316099a commit 49601c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@
(super-save-silent t)
(super-save-all-buffers t)
(super-save-auto-save-when-idle t)
(super-save-delete-trailing-whitespaces 'except-current-line))
(super-save-delete-trailing-whitespaces 'except-current-line)
:config
;; Additional triggers
(setq super-save-triggers
(append super-save-triggers
'(magit magit-status winner-undo winner-redo find-file))))

(use-package selection-highlight-mode
:straight (:host github :repo "balloneij/selection-highlight-mode")
Expand Down

0 comments on commit 49601c9

Please sign in to comment.