Skip to content

Commit

Permalink
fix(super-save): correct a renamed customization variable
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 15, 2023
1 parent c11dbc4 commit 98ab319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/me-editor.el
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
(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-whitespace 'except-current-line)
:config
;; Additional triggers
(setq super-save-triggers
Expand Down

0 comments on commit 98ab319

Please sign in to comment.