Skip to content

Commit

Permalink
Move projectile-project-search-path to variables.el
Browse files Browse the repository at this point in the history
  • Loading branch information
Abuelodelanada committed Jun 15, 2019
1 parent 30d64f8 commit 7383c58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
(define-key projectile-mode-map (kbd "M-p") 'projectile-command-map)
(define-key projectile-mode-map (kbd "C-c p") 'projectile-command-map)
(projectile-mode +1)
(setq projectile-project-search-path '("~/projects/" "~/work/"))

(add-hook 'after-init-hook #'global-flycheck-mode)
(eval-after-load "flycheck"
Expand Down
1 change: 1 addition & 0 deletions variables.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
(setq-default kill-read-only-ok t)
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)
(setq projectile-project-search-path '("~/projects/" "~/work/"))

(provide 'variables)
;;; variables.el ends here

0 comments on commit 7383c58

Please sign in to comment.