diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-17 21:32:56 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-17 21:33:20 -0700 |
commit | 0d77a273bcf22f660b758402b2841020bd782552 (patch) | |
tree | 0d7cb0bc6dc07d37871a1d3ef8e021bccaba0b9b /.emacs.d | |
parent | d424ad5d9a815f57c2432d33cc9b690566542f19 (diff) |
emacs: beframe on project-prompt-project-dir
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-wm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-wm.el b/.emacs.d/rul-lisp/packages/rul-wm.el index 0af3eef..227689b 100644 --- a/.emacs.d/rul-lisp/packages/rul-wm.el +++ b/.emacs.d/rul-lisp/packages/rul-wm.el @@ -65,6 +65,7 @@ Also see `prot-window-delete-popup-frame'." command) :ensure t :hook (after-init . beframe-mode) :config + (setq beframe-functions-in-frames '(project-prompt-project-dir)) (define-key global-map (kbd "C-c b") beframe-prefix-map) ;;Integration with Consult |