From c61d31c5dcd5ecda4a744d3ac697e92d594cf506 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 8 Feb 2020 15:57:52 +0100 Subject: [PATCH] Forgot to commit this, fixed path to spacemacs.org --- .spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spacemacs b/.spacemacs index 97d4719..894a1e0 100644 --- a/.spacemacs +++ b/.spacemacs @@ -6,7 +6,7 @@ before layer configuration. It should only modify the values of Spacemacs settings." (setq phundrak/src-dir (concat (getenv "HOME") "/.emacs.d/private/") phundrak/gnus-uc (concat (getenv "HOME") "/.gnus.el") - phundrak/src (concat (getenv "HOME") "/org/config-website/spacemacs.org") + phundrak/src (concat (getenv "HOME") "/org/config/spacemacs.org") phundrak/si (concat phundrak/src-dir "spacemacs-init.el") phundrak/sl (concat phundrak/src-dir "spacemacs-layers.el") phundrak/uc (concat phundrak/src-dir "user-config.el")