Add .project as custom marker for project.el
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
;; automatically cleanup whitespace on save
|
||||
(add-hook 'before-save-hook 'whitespace-cleanup)
|
||||
|
||||
;; Make project.el recognize directories with a .project file as project roots
|
||||
(add-to-list 'project-vc-extra-root-markers ".project")
|
||||
|
||||
(use-package hl-todo
|
||||
:ensure t
|
||||
:init
|
||||
|
||||
Reference in New Issue
Block a user