This commit is contained in:
Zelong Kuang
2026-02-25 22:18:53 +11:00
parent b7832a60d1
commit 097cfc4d82
5 changed files with 20 additions and 10 deletions

View File

@@ -62,7 +62,8 @@
(use-package beframe
:hook elpaca-after-init
:bind (("C-x b" . beframe-switch-buffer)
("C-x C-b" . beframe-buffer-menu)))
("C-x C-b" . beframe-buffer-menu)
("C-x f" . other-frame-prefix)))
;; :config
;; (setq beframe-functions-in-frames '(project-prompt-project-dir)))