mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
This is sometimes nil
This commit is contained in:
parent
1dc7a7f3a6
commit
1d7d21bb7c
1 changed files with 3 additions and 2 deletions
|
|
@ -225,8 +225,9 @@
|
|||
(or (and (eq 'string (type-of directories))
|
||||
(list directories))
|
||||
directories))
|
||||
(concat (file-name-nondirectory (ti/current-tools-directory))
|
||||
" ")))))
|
||||
(awhen (ti/current-tools-directory)
|
||||
(concat (file-name-nondirectory it)
|
||||
" "))))))
|
||||
|
||||
(defun lls/get-tool (tool-regexp &optional directories)
|
||||
(cl-mapcan #'(lambda (dir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue