This commit is contained in:
James Nguyen 2021-01-31 20:17:17 -08:00
parent 6bdbcccf1e
commit ee41c6f2ae
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ modes in the current buffer."
(let ((path (expand-file-name
(format "modes/%s/%s" mode file) evil-collection-base-dir)))
(when (file-exists-p path)
path)))
path)))
(defun evil-collection-open-config-file (mode)
"Open configuration file corresponding to MODE."