fix(emacs): add beframe
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
55148c0726
commit
7a99113c5d
2 changed files with 6 additions and 0 deletions
|
@ -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))
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
;; Convenience
|
||||
(straight-use-package 'projectile)
|
||||
(straight-use-package 'workgroups2)
|
||||
(straight-use-package 'beframe)
|
||||
|
||||
;; UI
|
||||
(straight-use-package 'which-key)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue