further day job related adjustments to what loads and when
This commit is contained in:
parent
f8c273e7fd
commit
3d4ff6a1d2
|
@ -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")
|
||||
|
|
|
@ -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)
|
||||
))
|
||||
)
|
||||
|
|
|
@ -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")
|
||||
|
|
Reference in a new issue