about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-minibuffer.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp/init-minibuffer.el')
-rw-r--r--.emacs.d/lisp/init-minibuffer.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/.emacs.d/lisp/init-minibuffer.el b/.emacs.d/lisp/init-minibuffer.el
index 4aa1f4c..541f249 100644
--- a/.emacs.d/lisp/init-minibuffer.el
+++ b/.emacs.d/lisp/init-minibuffer.el
@@ -295,7 +295,9 @@
   ;; Copy of consult--source-project-file to use with perspective narrowing (identical except for narrowing key)
   ;; Put before consult--source-project-file so we get recentf behaviour here
   (defvar consult--source-perspective-files
-    (plist-put (copy-sequence  consult--source-project-file) :narrow '(?x "Project Files")))
+    (plist-put (plist-put (copy-sequence  consult--source-project-file)
+                          :name "Project File")
+               :narrow '(?x . "Perspective")))
   (add-to-list 'consult-buffer-sources 'consult--source-perspective-files t)
 
   ;; Versions of consult--source-project-buffer and consult--source-project-file for use by consult-project-buffer
@@ -304,11 +306,11 @@
   (defvar consult--project-source-project-buffer
     (plist-put (plist-put (copy-sequence consult--source-project-buffer)
                           :hidden nil)
-               :narrow '(?b . "Project Buffer")))
+               :narrow '(?b . "Buffer")))
   (defvar consult--project-source-project-file
     (plist-put (plist-put (plist-put (copy-sequence consult--source-project-file)
                                      :hidden nil)
-                          :narrow '(?f . "Project File"))
+                          :narrow '(?f . "File"))
                :items '(lambda ()
                          (when-let (root (consult--project-root))
                            (let ((len (length root))
lied by p41nm47r1x' href='/danisanti/profani-tty/commit/themes/shade?id=6dabbbd54140fb161d2a03d6d3f4fe67585311c6'>6dabbbd5 ^
6dabbbd5 ^
30b5f112 ^

6dabbbd5 ^
30b5f112 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49