mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Make config more emacsclient-friendly
This commit is contained in:
@ -85,7 +85,9 @@ is enabled/disabled.'")
|
||||
(tabulated-list-mode :noesc t)))
|
||||
|
||||
:config
|
||||
(shackle-mode 1)
|
||||
(if (display-graphic-p)
|
||||
(shackle-mode +1)
|
||||
(add-transient-hook! 'after-make-frame-functions (shackle-mode +1)))
|
||||
|
||||
(defun doom*shackle-always-align (plist)
|
||||
"Ensure popups are always aligned and selected by default. Eliminates the need
|
||||
|
Reference in New Issue
Block a user