Let's see how this does

This commit is contained in:
Mossfet 2023-04-11 10:40:56 +01:00
parent 703b16b742
commit bdf75e548d
1 changed files with 5 additions and 5 deletions

View File

@ -23,10 +23,10 @@
;;; definition/modification of themes
;;;###autoload
;; (and load-file-name
;; (add-to-list 'custom-theme-load-path
;; (file-name-as-directory
;; (file-name-directory load-file-name))))
(and load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory
(file-name-directory load-file-name))))
;; (provide 'everforest-theme)
(provide 'everforest-theme)
;;; everforest.el ends here