From 712fb54c2f863a4d9964aacd1c6482becff45f6b Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 1 Oct 2020 18:22:32 +0200 Subject: [PATCH] [Emacs] Forgot to rename my org file in my dotspacemacs --- .spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spacemacs b/.spacemacs index 1b97a79..1a91c24 100644 --- a/.spacemacs +++ b/.spacemacs @@ -5,7 +5,7 @@ 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/spacemacs.org") + phundrak//dotspacemacs-src (concat (getenv "HOME") "/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")