From bbe0b01dc6c1b37269ba9ceea556f7c309f8f017 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sat, 26 Aug 2023 14:15:06 +0200 Subject: [PATCH] Try out 'do-at-point' --- .emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) -- 2.39.2