summaryrefslogtreecommitdiffhomepage
path: root/completion.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-24 04:47:49 +0000
committerjao <jao@gnu.org>2022-03-24 04:47:49 +0000
commit96b3c73ae96f84180a388cd2c03dcd570e540e31 (patch)
tree49af45f2d17d2ce35f54a769378c7ff7fef7cff6 /completion.org
parent5639716fd17b37569ac203297f52b063df54a270 (diff)
downloadelibs-96b3c73ae96f84180a388cd2c03dcd570e540e31.tar.gz
elibs-96b3c73ae96f84180a388cd2c03dcd570e540e31.tar.bz2
completion nits
Diffstat (limited to 'completion.org')
-rw-r--r--completion.org7
1 files changed, 1 insertions, 6 deletions
diff --git a/completion.org b/completion.org
index 2d2ea91..f1ef37b 100644
--- a/completion.org
+++ b/completion.org
@@ -386,7 +386,7 @@
#+end_src
*** exwm
- #+begin_src emacs-lisp
+ #+begin_src emacs-lisp :tangle no
(with-eval-after-load "exwm"
(defun consult-exwm-preview-fix (&rest _args)
"Kludge to stop EXWM buffers from stealing focus during Consult previews."
@@ -587,11 +587,6 @@
(embark-act)))
(add-to-list 'avy-dispatch-alist '(?\; . avy-embark-act))
- (defun embark-on-link (def)
- (interactive "P")
- (let ((unread-command-events '(?\;)))
- (link-hint-open-link)))
-
:bind (("s-j" . avy-goto-char-timer)))
(use-package link-hint