fix(emacs): migrate bufler logic to use-package declaration
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b5353bef38
commit
9bb38da272
2 changed files with 11 additions and 13 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue