diff options
author | jao <jao@gnu.org> | 2022-03-24 04:47:49 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-24 04:47:49 +0000 |
commit | 96b3c73ae96f84180a388cd2c03dcd570e540e31 (patch) | |
tree | 49af45f2d17d2ce35f54a769378c7ff7fef7cff6 | |
parent | 5639716fd17b37569ac203297f52b063df54a270 (diff) | |
download | elibs-96b3c73ae96f84180a388cd2c03dcd570e540e31.tar.gz elibs-96b3c73ae96f84180a388cd2c03dcd570e540e31.tar.bz2 |
completion nits
-rw-r--r-- | completion.org | 7 |
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 |