1
0
Fork 0

fix(emacs): migrate bufler logic to use-package declaration

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-14 18:11:50 -04:00
parent b5353bef38
commit 9bb38da272
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 11 additions and 13 deletions

View file

@ -61,11 +61,15 @@
(global-undo-tree-mode))
;; Convenience
(use-package projectile :straight t)
(use-package bufler :straight t)
(use-package embark :straight t)
(use-package embark-consult :straight t)
(use-package wgrep :straight t)
(use-package projectile :straight t)
(use-package bufler :straight t
:bind (("C-x C-b" . bufler-list)
("C-x b" . bufler-switch-buffer))
:init
(bufler-mode 1))
(use-package embark :straight t)
(use-package embark-consult :straight t)
(use-package wgrep :straight t)
(use-package perspective :straight t
:custom
(persp-mode-prefix-key (kbd "C-c M-p"))