emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/projectile fc7450cefe 3/3: [Fix #1804] Add *scratch* and *


From: ELPA Syncer
Subject: [nongnu] elpa/projectile fc7450cefe 3/3: [Fix #1804] Add *scratch* and *lsp-log* to projectile-globally-ignored-buffers
Date: Fri, 28 Oct 2022 02:59:23 -0400 (EDT)

branch: elpa/projectile
commit fc7450cefe58572d50ebadc793701590aa38ef1f
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    [Fix #1804] Add *scratch* and *lsp-log* to 
projectile-globally-ignored-buffers
---
 projectile.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/projectile.el b/projectile.el
index 52493cac02..81dc4e5dd6 100644
--- a/projectile.el
+++ b/projectile.el
@@ -455,7 +455,9 @@ it for functions working with buffers."
   :group 'projectile
   :type '(repeat string))
 
-(defcustom projectile-globally-ignored-buffers nil
+(defcustom projectile-globally-ignored-buffers
+  '("*scratch*"
+    "*lsp-log*")
   "A list of buffer-names ignored by projectile.
 
 You can use either exact buffer names or regular expressions.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]