Fix scrumelo--base-directory
It was storing the file-name when loaded, not the directory of the file-name.
This commit is contained in:
parent
2a9822daac
commit
4edb806e09
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
(defvar scrumelo--base-dir
|
||||
(if load-file-name
|
||||
(directory-file-name load-file-name)
|
||||
(file-name-directory load-file-name)
|
||||
default-directory)
|
||||
"The current directory.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue