mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
Major update + cleanup
This commit is contained in:
@@ -20,11 +20,7 @@
|
||||
(add-hook 'find-file-hook
|
||||
(lambda ()
|
||||
(when (string-match-p ,project-name (projectile-project-name))
|
||||
,@body)))))
|
||||
|
||||
(after "perspective"
|
||||
(defvar persp-modestring-dividers '("" " |" ","))
|
||||
(use-package persp-projectile))))
|
||||
,@body)))))))
|
||||
|
||||
|
||||
(provide 'init-projectile)
|
||||
|
Reference in New Issue
Block a user