mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/doom: centralize doom-buffer-mode activation
This commit is contained in:
@ -75,7 +75,15 @@
|
||||
(add-hook 'doom-popup-mode-hook #'+doom|buffer-mode-off)
|
||||
|
||||
;;
|
||||
(add-hook '+workspaces-load-session-hook #'+doom|restore-bright-buffers))
|
||||
(add-hook '+workspaces-load-session-hook #'+doom|restore-bright-buffers)
|
||||
|
||||
;; Extra modes to activate doom-buffer-mode in
|
||||
(add-hook! (gist-mode
|
||||
twittering-mode
|
||||
mu4e-view-mode
|
||||
org-tree-slide-mode
|
||||
+regex-mode)
|
||||
#'doom-buffer-mode))
|
||||
|
||||
|
||||
;; Flashes the line around the cursor after any motion command that might
|
||||
|
Reference in New Issue
Block a user