diff options
Diffstat (limited to 'emacs/early-init.el')
| -rw-r--r-- | emacs/early-init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/early-init.el b/emacs/early-init.el index 7236069..e409804 100644 --- a/emacs/early-init.el +++ b/emacs/early-init.el @@ -8,7 +8,7 @@ ;; Helper Loading Functions (defun my/load-file (filename) - "Load FILENAME if it exists within the dotfiles directory." + "Load FILENAME if it exists within ‘my/dotfiles-directory’." (load (concat my/dotfiles-directory (substitute-in-file-name filename)) :no-error)) |
