mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Refactor doom-{path,file,dir,glob}
Breaking change: doom-glob would formerly return a string (if only one match) or a list. Now it always returns a list.
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
(doom-glob (or (getenv "XDG_CONFIG_HOME")
|
||||
"~/.config")
|
||||
"isync/mbsyncrc"))
|
||||
(format "-c %S" config-file)
|
||||
(format "-c %S" (car config-file))
|
||||
"")))
|
||||
(`offlineimap
|
||||
"offlineimap && notmuch new")
|
||||
|
Reference in New Issue
Block a user