Revert "Require project root in dashboard buffer #733"

This reverts commit 2dac739ce7.

Causes breaking "Not in project" errors at startup in certain daemon
workflows.
This commit is contained in:
Henrik Lissner 2018-06-29 00:56:04 +02:00
parent 888bd97093
commit a4121f33c0

View file

@ -63,7 +63,6 @@ Possible values:
buffer-read-only t)
(setq-local whitespace-style nil)
(setq-local show-trailing-whitespace nil)
(setq-local projectile-require-project-root t)
(cl-loop for (car . _cdr) in fringe-indicator-alist
collect (cons car nil) into alist
finally do (setq fringe-indicator-alist alist))