fix(emacs): default projectile mode
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
e68e13829f
commit
228163cfdb
1 changed files with 4 additions and 0 deletions
|
@ -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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue