aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/init.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 14:00:21 +0200
committerMiquel Sabaté Solà <mssola@mssola.com>2026-07-21 14:00:21 +0200
commitd426dab74e8f27f13948388865fe92e0a87315a3 (patch)
treead07225b9164af23dfc884b44e46998b3a4a23de /.config/emacs/init.el
parent4bc502c33d690b2634a73d568a9f7c7000555d60 (diff)
downloaddotfiles-d426dab74e8f27f13948388865fe92e0a87315a3.tar.gz
dotfiles-d426dab74e8f27f13948388865fe92e0a87315a3.zip
emacs: update soria's location
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r--.config/emacs/init.el2
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)