Add .project as custom marker for project.el
This commit is contained in:
@@ -33,6 +33,9 @@
|
|||||||
;; automatically cleanup whitespace on save
|
;; automatically cleanup whitespace on save
|
||||||
(add-hook 'before-save-hook 'whitespace-cleanup)
|
(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
|
(use-package hl-todo
|
||||||
:ensure t
|
:ensure t
|
||||||
:init
|
:init
|
||||||
|
|||||||
Reference in New Issue
Block a user