mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
nit(syntax): note recipes can be removed soon
when straight is bumped to support non gnu elpa
This commit is contained in:
@ -88,6 +88,7 @@
|
|||||||
:when (modulep! +flymake)
|
:when (modulep! +flymake)
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
: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)
|
(add-hook! (prog-mode text-mode) #'flymake-mode)
|
||||||
:config
|
:config
|
||||||
(setq flymake-fringe-indicator-position 'right-fringe))
|
(setq flymake-fringe-indicator-position 'right-fringe))
|
||||||
|
@ -9,5 +9,6 @@
|
|||||||
|
|
||||||
;; Flymake
|
;; Flymake
|
||||||
(when (modulep! +flymake)
|
(when (modulep! +flymake)
|
||||||
|
;; NOTE: remove when straight bumped to support nonGnuELPA
|
||||||
(package! popon :recipe (:repo "https://codeberg.org/akib/emacs-popon"))
|
(package! popon :recipe (:repo "https://codeberg.org/akib/emacs-popon"))
|
||||||
(package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon")))
|
(package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon")))
|
||||||
|
Reference in New Issue
Block a user