Skip to content

Commit 08f543a

Browse files
committed
Fix typo in fasd example
1 parent a5cd456 commit 08f543a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.org

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#+title: consult-dir: insert paths into minibuffer prompts in Emacs
22

3+
:BADGE:
4+
[[https://melpa.org/#/consult-dir][file:https://melpa.org/packages/consult-dir-badge.svg]]
5+
:END:
6+
37
#+attr_html: :width 800px :align center
48
[[file:media/consult-dir.png]]
59

@@ -114,7 +118,7 @@ If none of the above include directories you want to jump to, you can write your
114118

115119
;; A consult source that calls this function
116120
(defvar consult-dir--source-fasd
117-
(:name "Fasd dirs"
121+
`(:name "Fasd dirs"
118122
:narrow ?f
119123
:category file
120124
:face consult-file

0 commit comments

Comments
 (0)