diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-10-14 23:47:05 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-10-14 23:47:05 -0400 |
commit | 682d4346f3b084004604d438617544332d9c72e1 (patch) | |
tree | 7ef39489d5bb0e6a737d65cb52cd30af2009acff | |
parent | 1cf48d4127418a4af6f1d203a3c2b4d2c8032a99 (diff) | |
download | emacsconf-el-682d4346f3b084004604d438617544332d9c72e1.tar.xz emacsconf-el-682d4346f3b084004604d438617544332d9c72e1.zip |
include extension for emacsconf-el links
Diffstat (limited to '')
-rw-r--r-- | emacsconf.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")))))) |