From 96b3c73ae96f84180a388cd2c03dcd570e540e31 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 24 Mar 2022 04:47:49 +0000 Subject: completion nits --- completion.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'completion.org') 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 -- cgit v1.2.3