From: Eshel Yaron Date: Sat, 26 Aug 2023 12:15:06 +0000 (+0200) Subject: Try out 'do-at-point' X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bbe0b01dc6c1b37269ba9ceea556f7c309f8f017;p=dotfiles.git Try out 'do-at-point' --- diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f779fb7..9c53923 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -204,9 +204,9 @@ "--entry" "* vterm::" "--section=Emacs" "--dir=dir" "vterm.info")))) (elpaca whitespace-cleanup-mode) -;; (elpaca (xref-union -;; :repo "https://git.sr.ht/~pkal/xref-union" -;; :pre-build (("pandoc" "-o" "xref-union.texi" "README.md")))) +(elpaca (do-at-point + :repo "https://git.sr.ht/~pkal/do-at-point" + :pre-build (("pandoc" "-o" "do-at-point.texi" "README.md")))) (elpaca-wait)