This commit is contained in:
Zelong Kuang
2026-02-27 02:32:57 +11:00
parent 097cfc4d82
commit 07ac727606
4 changed files with 8 additions and 7 deletions

View File

@@ -63,8 +63,8 @@
:hook elpaca-after-init
:bind (("C-x b" . beframe-switch-buffer)
("C-x C-b" . beframe-buffer-menu)
("C-x f" . other-frame-prefix)))
;; :config
;; (setq beframe-functions-in-frames '(project-prompt-project-dir)))
("C-x f" . other-frame-prefix))
:config
(define-key global-map (kbd "C-c b") #'beframe-prefix-map))
(provide 'init-workspace)