Skip to content

Commit

Permalink
projects: forma
Browse files Browse the repository at this point in the history
  • Loading branch information
nathantypanski committed Nov 7, 2022
1 parent 1068c43 commit c359206
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions config/my-projects.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@
"_darcs"
".tox"
".svn"
"build")
)
"build"))
(after 'evil
(define-key evil-normal-state-map (kbd "C-p") 'projectile-find-file)
)
)
)
(define-key evil-normal-state-map (kbd "C-p") 'projectile-find-file))))

(use-package neotree
:ensure neotree
Expand All @@ -62,9 +58,6 @@
(kbd "k") 'neotree-previous-node
(kbd "SPC") 'neotree-change-root
(kbd "q") 'neotree-hide
(kbd "l") 'neotree-enter
)
)
))
(kbd "l") 'neotree-enter))))

(provide 'my-projects)

0 comments on commit c359206

Please sign in to comment.