1
0
Fork 0

fix(emacs): add perspective and persp-projectile packages

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-14 18:11:28 -04:00
parent 847c8ed476
commit b5353bef38
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -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)