From d426dab74e8f27f13948388865fe92e0a87315a3 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Jul 2026 14:00:21 +0200 Subject: emacs: update soria's location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs') 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) -- cgit v1.2.3