mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit: reformat+revise comments
Includes minor refactors to appease the byte-compiler or use more succinct (but equivalent) syntax.
This commit is contained in:
@ -87,12 +87,10 @@
|
||||
|
||||
;;
|
||||
;;; Flymake
|
||||
|
||||
(use-package! flymake
|
||||
:when (modulep! +flymake)
|
||||
:defer t
|
||||
:init
|
||||
;; as flymakes fail silently there is no need to activate it on a per major mode basis
|
||||
(add-hook! (prog-mode text-mode) #'flymake-mode)
|
||||
:hook ((prog-mode text-mode) . flymake-mode)
|
||||
:config
|
||||
(setq flymake-fringe-indicator-position 'right-fringe))
|
||||
|
||||
|
Reference in New Issue
Block a user