fix(emacs): resolve projectile "projects not found" error
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
5f015ba4c9
commit
2f6d46f1da
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
:bind
|
||||
(("C-c p" . projectile-command-map))
|
||||
:init
|
||||
(projectile-mode 1))
|
||||
(add-hook 'after-init-hook 'projectile-global-mode))
|
||||
(use-package bufler :straight t
|
||||
:bind (("C-x C-b" . bufler-list)
|
||||
("C-x b" . bufler-switch-buffer))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue