branch: externals/nano-theme commit 374962f67c1e9eed8605fdf1fa20126401855886 Merge: 73c3be1 2628d5b Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Merge remote-tracking branch 'origin/master' --- nano-theme.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nano-theme.el b/nano-theme.el index 88a6193..c1733bb 100644 --- a/nano-theme.el +++ b/nano-theme.el @@ -810,6 +810,9 @@ background color that is barely perceptible." :background "#FFF9C4")))) ;; material color yellow L100 )) -(provide-theme 'nano) +;;;###autoload +(when (and (boundp 'custom-theme-load-path) load-file-name) + (add-to-list 'custom-theme-load-path + (file-name-as-directory (file-name-directory load-file-name)))) - +(provide-theme 'nano)