mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(misc): tweak explain-pause-mode setup
This commit is contained in:
@@ -10,7 +10,10 @@
|
||||
:straight (:type git :host github :repo "lastquestion/explain-pause-mode")
|
||||
|
||||
:custom
|
||||
(explain-pause-blocking-too-long-ms 40))
|
||||
(explain-pause-blocking-too-long-ms 40)
|
||||
|
||||
:config
|
||||
(explain-pause-mode))
|
||||
|
||||
(provide 'siren-explain-pause)
|
||||
;;; siren-explain-pause.el ends here
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
(siren-desktop-setup)
|
||||
|
||||
(add-to-list 'desktop-clear-preserve-buffers "\\*straight-process\\*")
|
||||
(add-to-list 'desktop-clear-preserve-buffers "\\*explain-pause-top\\*")
|
||||
(add-to-list 'desktop-clear-preserve-buffers "\\*Async-native-compile-log\\*")
|
||||
(push '(alpha . :never) frameset-filter-alist)
|
||||
(push '(background-color . :never) frameset-filter-alist)
|
||||
|
||||
Reference in New Issue
Block a user