mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
editor/format: fix +onsave
This commit is contained in:
@ -24,7 +24,7 @@ control which major modes to target."
|
||||
((eq (car +format-on-save-enabled-modes) 'not)
|
||||
(memq major-mode (cdr +format-on-save-enabled-modes)))
|
||||
((not (memq major-mode +format-on-save-enabled-modes))))
|
||||
(require 'format-all nil t)
|
||||
(not (require 'format-all nil t))
|
||||
(not (format-all-probe)))
|
||||
(format-all-mode +1)))
|
||||
|
||||
|
Reference in New Issue
Block a user