core-ui: fix doom-hide-modeline-mode resetting on major-mode changes
This commit is contained in:
parent
df65c93572
commit
9e084c18ba
6 changed files with 17 additions and 13 deletions
|
@ -3,8 +3,6 @@
|
|||
(def-package! processing-mode
|
||||
:commands (processing-mode processing-find-sketch)
|
||||
:mode "\\.pde$"
|
||||
:init
|
||||
(add-hook 'processing-compilation-mode-hook #'doom-hide-modeline-mode)
|
||||
:config
|
||||
(set! :build 'build-sketch 'processing-mode #'processing-sketch-build)
|
||||
(set! :popup "*processing-compilation*" :size 10 :noselect t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue