nit(syntax): note recipes can be removed soon
when straight is bumped to support non gnu elpa
This commit is contained in:
parent
4696f0d4ce
commit
3d7e61fdcd
2 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
|||
: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)
|
||||
:config
|
||||
(setq flymake-fringe-indicator-position 'right-fringe))
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
|
||||
;; Flymake
|
||||
(when (modulep! +flymake)
|
||||
;; NOTE: remove when straight bumped to support nonGnuELPA
|
||||
(package! popon :recipe (:repo "https://codeberg.org/akib/emacs-popon"))
|
||||
(package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue