diff options
| -rw-r--r-- | .config/emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index ce1ebff..ea47051 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -270,7 +270,7 @@ ;; where the `soria' theme might reside. The first path we are going to try is ;; my local dev environment, otherwise we will try the global installation path ;; (as pointed out on the documentation of the RPM package). -(let ((dev-dir (concat (getenv "HOME") "/src/github.com/mssola/soria")) +(let ((dev-dir (concat (getenv "HOME") "/src/git.mssola.com/public/misc/soria")) (global-dir "/usr/share/emacs/site-lisp/themes")) (if (file-exists-p dev-dir) (add-to-list 'custom-theme-load-path dev-dir) |
