about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-search.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-06-13 15:26:07 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-06-13 15:26:07 +0100
commit8bc82bca9e22bfdeabf47ee10f0c7118958676f4 (patch)
tree8d0516d073e589ce7cbca453c192f51cc369f969 /.emacs.d/lisp/init-search.el
parent094163650fa4e1f4e034e6b7152de8d0ebf46d0b (diff)
downloaddotfiles-8bc82bca9e22bfdeabf47ee10f0c7118958676f4.tar.gz
Fix typo in transient menu label
Diffstat (limited to '.emacs.d/lisp/init-search.el')
-rw-r--r--.emacs.d/lisp/init-search.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-search.el b/.emacs.d/lisp/init-search.el
index b6f8f5a..cdb8d4d 100644
--- a/.emacs.d/lisp/init-search.el
+++ b/.emacs.d/lisp/init-search.el
@@ -40,7 +40,7 @@
        isearch-yank-kill
        :transient nil)
       ("t"
-       "Pull thing from buqffer"
+       "Pull thing from buffer"
        isearch-forward-thing-at-point
        :transient nil)]