Rewrite popup handling + new minor mode: doom-hide-mode-line-mode
This commit is contained in:
parent
774d61be68
commit
8a666aedfe
15 changed files with 366 additions and 379 deletions
|
@ -69,8 +69,8 @@
|
|||
(set-fontset-font t 'unicode doom-unicode-font))
|
||||
|
||||
;; Hide mode-line in help/compile window
|
||||
(add-hook 'help-mode-hook 'doom|hide-mode-line)
|
||||
(add-hook 'compilation-mode-hook 'doom|hide-mode-line)
|
||||
(add-hook 'help-mode-hook 'doom-hide-mode-line-mode)
|
||||
(add-hook 'compilation-mode-hook 'doom-hide-mode-line-mode)
|
||||
|
||||
;; On by default in Emacs 25. I'll enable it manually, so disable it globally
|
||||
(when (and (> emacs-major-version 24) (featurep 'eldoc))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue