What happened?
I have few popup-rules customized in my config:
(set-popup-rules!
'(("^\\*\\([Hh]elp\\|Apropos\\)"
:slot 20 :side right :size 0.5 :select t :quit t)
("^\\*Org Src"
:slot 20 :side right :size 0.5 :select t)
("^\\*info\\*$"
:slot 20 :side right :size 0.5 :select t :quit t)))
However, after doom sync
and emacs restart, these rules don’t work. If I evaluate the expression above, they work. If I add (doom/reload)
in the config somewhere below the block, they work, but otherwise, they don’t seem to evaluate on their own.
What did you expect to happen?
Above popup rules should take effect after doom sync
and emacs restart.
Steps to reproduce
- Add above rules to config
- doom sync
- restart emacs
- open any org file with org-babel src block
- Move cursor inside src block
-
(org-edit-special)
OR its keybinding (C-c '
in native Emacs bindings). -
*Org src*
buffer should be opened in 50% horizontal split on right, but instead opens from below, in vertical split.
System information
Loading data dump...