From a2ef908528f2e966e18c843e2a4f2d62a5d1f8ce Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 19 Dec 2020 17:23:31 +0100 Subject: [PATCH] [Emacs] Simpler path in dotspacemacs --- .spacemacs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.spacemacs b/.spacemacs index 6857fa9..b1570b1 100644 --- a/.spacemacs +++ b/.spacemacs @@ -4,8 +4,8 @@ This function is called at the very beginning of Spacemacs startup, before layer configuration. It should only modify the values of Spacemacs settings." - (setq phundrak//dotspacemacs-src-dir (concat (getenv "HOME") "/.config/emacs/private/") - phundrak//dotspacemacs-src (concat (getenv "HOME") "/org/config/emacs.org") + (setq phundrak//dotspacemacs-src-dir "~/.config/emacs/private/" + phundrak//dotspacemacs-src "~/org/config/emacs.org" phundrak//dotspacemacs-si (concat phundrak//dotspacemacs-src-dir "spacemacs-init.el") phundrak//dotspacemacs-sl (concat phundrak//dotspacemacs-src-dir "spacemacs-layers.el") phundrak//dotspacemacs-uc (concat phundrak//dotspacemacs-src-dir "user-config.el")