Skip to content

Commit

Permalink
Disable Projectile automatic project tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
alecigne committed Jan 22, 2023
1 parent f97b311 commit 49702f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lisp/alc/alc-main.el
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,8 @@ logical line. This is useful, e.g., for use with
:bind-keymap
("H-p" . projectile-command-map)
("C-c p" . projectile-command-map)
:custom
(projectile-track-known-projects-automatically nil)
:config
(projectile-mode +1)
(setq projectile-mode-line-function
Expand Down

0 comments on commit 49702f3

Please sign in to comment.