further day job related adjustments to what loads and when

This commit is contained in:
KemoNine 2023-04-11 12:21:15 -04:00
parent f8c273e7fd
commit 3d4ff6a1d2
3 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; os specific config
(when (eq system-type 'windows-nt)
(when (and (eq system-type 'windows-nt)
(not kmn/is-termux))
; Fix resolution of ~ to match other client paths
(setenv "HOME" "C:/Users/mcros/Nextcloud")
(setq default-directory "C:/Users/mcros/Nextcloud")

View File

@ -6,8 +6,6 @@
(setq org-habit-graph-column 75)
; set ui to standard org-workspace at launch
(when (not kmn/is-dayjob)
(add-hook 'after-init-hook (lambda ()
(kmn/workspace-org)
))
)

View File

@ -20,7 +20,8 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; os specific config
(when (eq system-type 'windows-nt)
(when (and (eq system-type 'windows-nt)
(not kmn/is-termux))
; Fix resolution of ~ to match other client paths
(setenv "HOME" "C:/Users/mcros/Nextcloud")
(setq default-directory "C:/Users/mcros/Nextcloud")