1
0
Fork 0

fix(emacs): add beframe

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-12-31 09:05:47 -05:00
parent 55148c0726
commit 7a99113c5d
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 6 additions and 0 deletions

View file

@ -82,6 +82,11 @@
(setq completion-styles '(orderless basic))
(setq completion-category-overrides '((file (styles basic partial-completion))))
;; beframe
(beframe-mode 1)
(global-unset-key (kbd "C-x b"))
(global-set-key (kbd "C-x b") #'beframe-switch-buffer)
;; hledger
(setq hledger-currency-string "$")
(add-to-list 'auto-mode-alist '("\\.journal\\'" . hledger-mode))

View file

@ -30,6 +30,7 @@
;; Convenience
(straight-use-package 'projectile)
(straight-use-package 'workgroups2)
(straight-use-package 'beframe)
;; UI
(straight-use-package 'which-key)