mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor popup implementation
This commit is contained in:
@ -138,6 +138,9 @@
|
||||
(add-hook! focus-in (set-frame-parameter nil 'alpha 100))
|
||||
(add-hook! focus-out (set-frame-parameter nil 'alpha 85))
|
||||
|
||||
;; Hide mode-line in compile window
|
||||
(add-hook 'compilation-mode-hook 'narf|hide-mode-line)
|
||||
|
||||
|
||||
;;
|
||||
;; Plugins
|
||||
|
Reference in New Issue
Block a user