Skip to content

Commit

Permalink
updated projectile configuration
Browse files Browse the repository at this point in the history
This is to solve interoperability issue with god-mode:
emacsorphanage/god-mode#156
  • Loading branch information
Daniel Dinnyes committed Jun 24, 2023
1 parent ca8a994 commit bc1c945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,9 @@
(use-package projectile
:hook
(projectile-grep-finished . (lambda () (pop-to-buffer next-error-last-buffer)))
:bind-keymap
:bind
("C-c p" . projectile-command-map)
:demand t
:config
(dolist (dir (list "node_modules" "target"))
(add-to-list 'projectile-globally-ignored-directories dir))
Expand Down

0 comments on commit bc1c945

Please sign in to comment.