Flymake: pretty arrows in margin

This commit is contained in:
MitchMarq42 2022-12-09 10:34:51 -09:00
parent 1edbeb7bfd
commit be0251eea8

View File

@ -646,6 +646,10 @@ Return nil if DIR is not in a hugo project at all."
;; Shell linting? ;; Shell linting?
(use-package flymake (use-package flymake
:diminish :diminish
:custom
(flymake-note-bitmap '(right-arrow compilation-info))
(flymake-error-bitmap '(right-arrow compilation-info))
(flymake-warning-bitmap '(right-arrow compilation-info))
:hook (prog-mode . flymake-mode)) :hook (prog-mode . flymake-mode))
;; Emacs startup profiling -- may not work with chemacs2 ;; Emacs startup profiling -- may not work with chemacs2