]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Try out 'do-at-point'
authorEshel Yaron <me@eshelyaron.com>
Sat, 26 Aug 2023 12:15:06 +0000 (14:15 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Aug 2023 12:15:06 +0000 (14:15 +0200)
.emacs.d/init.el

index f779fb7c7957f81b0deb42e152eac9b61d5deea7..9c5392333e6a72d470e66adcca63208b281de250 100644 (file)
                       "--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)