my-find-file* - fix error

This commit is contained in:
contrapunctus 2022-04-27 21:26:30 +05:30
parent 1905951cab
commit 62dd826b39
1 changed files with 1 additions and 1 deletions

View File

@ -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: