From 039c57f49d23c3d83b6ead343324f15439ff67f4 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 22 Oct 2023 09:04:12 -0400 Subject: fix ansible link --- emacsconf.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/emacsconf.el b/emacsconf.el index 3c8bb8f..b10d194 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -1666,11 +1666,13 @@ tracks with the ID in the cdr of that list." (defun emacsconf-ansible-complete () "Complete a file from the Emacsconf Elisp library." - (concat "emacsconf-el:" - (file-name-base + (concat "emacsconf-ansible:" + (file-relative-name (read-file-name "File: " - emacsconf-ansible-directory)))) + emacsconf-ansible-directory) + emacsconf-ansible-directory))) + (defun emacsconf-ansible-open (link _) "Visit a file from the Emacsconf Elisp library." (find-file -- cgit v1.2.3