diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 14:00:21 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 14:00:21 +0200 |
| commit | d426dab74e8f27f13948388865fe92e0a87315a3 (patch) | |
| tree | ad07225b9164af23dfc884b44e46998b3a4a23de | |
| parent | 4bc502c33d690b2634a73d568a9f7c7000555d60 (diff) | |
| download | dotfiles-d426dab74e8f27f13948388865fe92e0a87315a3.tar.gz dotfiles-d426dab74e8f27f13948388865fe92e0a87315a3.zip | |
emacs: update soria's location
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
| -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) |
