From 5faf59933263df9a232c95da47125653a023b990 Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Wed, 21 Mar 2018 22:03:04 -0400 Subject: [PATCH] missed a few files --- .gitignore | 1 + conf.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 076a0b5..f18091c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ !.gitignore !conf.org !conf.el +!README.org diff --git a/conf.el b/conf.el index 06b29b9..fe97eeb 100644 --- a/conf.el +++ b/conf.el @@ -226,7 +226,7 @@ (load "ess-site") (setq ess-history-file "session.Rhistory") (setq ess-history-directory - (substitute-in-file-name "${XDG_CONFIG_HOME}/r/")) + (substitute-in-file-name "${XDG_CONFIG_HOME}/r/")) (setq org-log-done t) (setq org-src-window-setup 'current-window)