From 2bd06d9558228d76033d06de83246b02448faca2 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 16 Jan 2020 20:18:51 +0100 Subject: [PATCH] moved spacemacs.org, forgot to modify this --- .spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spacemacs b/.spacemacs index 7fa7512..97d4719 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") "/spacemacs.org") + phundrak/src (concat (getenv "HOME") "/org/config-website/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")