mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-20 16:11:07 -05:00
core-popups: properly persist popup rules between sessions
This commit is contained in:
1
TODO.org
1
TODO.org
@@ -105,6 +105,7 @@
|
|||||||
+ [ ] tools/upload: add ~+upload/open-remote-file~ command to open current file
|
+ [ ] tools/upload: add ~+upload/open-remote-file~ command to open current file
|
||||||
on the remote (with TRAMP)
|
on the remote (with TRAMP)
|
||||||
+ [ ] tools/regex: PCRE regex editor, maybe ~re-builder~ & ~pcre2el~?
|
+ [ ] 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] Fix crash in ~doom-update-package~ caused by unreachable dependencies
|
||||||
+ [X] core-popups: remove ~:noclone~: simply don't try to clone unreal buffers
|
+ [X] core-popups: remove ~:noclone~: simply don't try to clone unreal buffers
|
||||||
+ [X] completion/ivy: flexible column width for ~+ivy/tasks~
|
+ [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
|
;; Tell `window-state-get' and `current-window-configuration' to recognize these
|
||||||
;; custom parameters. Helpful for `persp-mode' and persisting window configs
|
;; custom parameters. Helpful for `persp-mode' and persisting window configs
|
||||||
;; that have popups in them.
|
;; that have popups in them.
|
||||||
(push (cons 'no-other-window 'writable) window-persistent-parameters)
|
(dolist (param (cons 'popup doom-popup-window-parameters))
|
||||||
(dolist (param doom-popup-window-parameters)
|
|
||||||
(push (cons param 'writable) window-persistent-parameters))
|
(push (cons param 'writable) window-persistent-parameters))
|
||||||
|
|
||||||
(defvar doom-popup-mode-map
|
(defvar doom-popup-mode-map
|
||||||
|
Reference in New Issue
Block a user