Skip to content

Commit

Permalink
updated projectile key-binding for god-mode
Browse files Browse the repository at this point in the history
This also resolves interoperability issue with god-mode:
emacsorphanage/god-mode#156
  • Loading branch information
Daniel Dinnyes authored and Daniel Dinnyes committed Nov 13, 2023
1 parent 9589505 commit 620fc6f
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 @@ -173,8 +173,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 620fc6f

Please sign in to comment.