tweak(cli): add lisp/cli to doom-cli-load-path by default
This commit is contained in:
parent
2cd8f85bac
commit
18887163f9
2 changed files with 4 additions and 6 deletions
|
@ -84,7 +84,8 @@
|
|||
;;; Variables
|
||||
|
||||
(defvar doom-cli-load-path
|
||||
(ignore-errors (split-string (getenv "DOOMPATH") path-separator))
|
||||
(append (ignore-errors (split-string (getenv "DOOMPATH") path-separator))
|
||||
(list (doom-path (file-name-directory load-file-name) "cli")))
|
||||
"A list of paths to search for autoloaded CLIs on.")
|
||||
|
||||
(defvar doom-cli-argument-types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue