1
0
Fork 0

fix(emacs): default projectile mode

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-18 17:12:39 -05:00
parent e68e13829f
commit 228163cfdb
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -88,6 +88,10 @@
(global-set-key (kbd "C-c g b") #'magit-blame)
(setq auth-sources '("~/.authinfo"))
;; Projectile
(projectile-mode +1)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
;; Neotree
(defun neotree-toggle-current-directory ()
"Toggle neotree at the current directory."