Flymake: pretty arrows in margin
This commit is contained in:
parent
1edbeb7bfd
commit
be0251eea8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user