fix(emacs): add perspective
and persp-projectile
packages
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
847c8ed476
commit
b5353bef38
1 changed files with 7 additions and 0 deletions
|
@ -66,6 +66,13 @@
|
|||
(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"))
|
||||
:init
|
||||
(persp-mode))
|
||||
(use-package persp-projectile :straight t
|
||||
:after (perspective projectile))
|
||||
|
||||
;; UI
|
||||
(use-package magit :straight t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue