From 62dd826b39e576b809c7a1da173e461c7d87c105 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 27 Apr 2022 21:26:30 +0530 Subject: [PATCH] my-find-file* - fix error --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index 0f5e766..13502e3 100644 --- a/init.org +++ b/init.org @@ -1801,7 +1801,7 @@ Things not directly pertaining to text editing. #+BEGIN_SRC emacs-lisp (defun my-find-file* (&rest paths) - (mapc #'find-file paths)) + (mapc #'find-file (mapcar #'expand-file-name paths))) #+END_SRC ** time tracking - chronometrist :creator: