core-popups: properly persist popup rules between sessions
This commit is contained in:
parent
f80bef8d42
commit
806f856cb6
2 changed files with 2 additions and 2 deletions
1
TODO.org
1
TODO.org
|
@ -105,6 +105,7 @@
|
|||
+ [ ] tools/upload: add ~+upload/open-remote-file~ command to open current file
|
||||
on the remote (with TRAMP)
|
||||
+ [ ] tools/regex: PCRE regex editor, maybe ~re-builder~ & ~pcre2el~?
|
||||
+ [X] core-popups: properly persist ~popup~ window parameter between sessions
|
||||
+ [X] Fix crash in ~doom-update-package~ caused by unreachable dependencies
|
||||
+ [X] core-popups: remove ~:noclone~: simply don't try to clone unreal buffers
|
||||
+ [X] completion/ivy: flexible column width for ~+ivy/tasks~
|
||||
|
|
|
@ -115,8 +115,7 @@ for :align t on every rule."
|
|||
;; Tell `window-state-get' and `current-window-configuration' to recognize these
|
||||
;; custom parameters. Helpful for `persp-mode' and persisting window configs
|
||||
;; that have popups in them.
|
||||
(push (cons 'no-other-window 'writable) window-persistent-parameters)
|
||||
(dolist (param doom-popup-window-parameters)
|
||||
(dolist (param (cons 'popup doom-popup-window-parameters))
|
||||
(push (cons param 'writable) window-persistent-parameters))
|
||||
|
||||
(defvar doom-popup-mode-map
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue