From 682d4346f3b084004604d438617544332d9c72e1 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 14 Oct 2023 23:47:05 -0400 Subject: include extension for emacsconf-el links --- emacsconf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacsconf.el') diff --git a/emacsconf.el b/emacsconf.el index 37bfc83..c873254 100644 --- a/emacsconf.el +++ b/emacsconf.el @@ -1599,7 +1599,7 @@ tracks with the ID in the cdr of that list." (defun emacsconf-el-complete () "Complete a file from the Emacsconf Elisp library." (concat "emacsconf-el:" - (file-name-base + (file-name-nondirectory (read-file-name "File: " (file-name-directory (locate-library "emacsconf.el")))))) -- cgit v1.2.3