summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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