Move project.el customization into use-package
This commit is contained in:
@@ -33,8 +33,10 @@
|
||||
;; 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 project
|
||||
:config
|
||||
;; 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
|
||||
|
||||
Reference in New Issue
Block a user