missed a few files
This commit is contained in:
parent
8b4e91f55e
commit
5faf599332
|
@ -2,3 +2,4 @@
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!conf.org
|
!conf.org
|
||||||
!conf.el
|
!conf.el
|
||||||
|
!README.org
|
||||||
|
|
2
conf.el
2
conf.el
|
@ -226,7 +226,7 @@
|
||||||
(load "ess-site")
|
(load "ess-site")
|
||||||
(setq ess-history-file "session.Rhistory")
|
(setq ess-history-file "session.Rhistory")
|
||||||
(setq ess-history-directory
|
(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-log-done t)
|
||||||
(setq org-src-window-setup 'current-window)
|
(setq org-src-window-setup 'current-window)
|
||||||
|
|
Loading…
Reference in New Issue