From a4121f33c02430de073b11fc8596c8cd2d35b9d2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 29 Jun 2018 00:56:04 +0200 Subject: [PATCH] Revert "Require project root in dashboard buffer #733" This reverts commit 2dac739ce730d15ab0c32aa68c94da22d87d1971. Causes breaking "Not in project" errors at startup in certain daemon workflows. --- modules/ui/doom-dashboard/config.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ui/doom-dashboard/config.el b/modules/ui/doom-dashboard/config.el index 1fb7e2247..57594f903 100644 --- a/modules/ui/doom-dashboard/config.el +++ b/modules/ui/doom-dashboard/config.el @@ -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))