auto start the empty code workspace on code profile launch

This commit is contained in:
KemoNine 2023-04-08 13:33:01 -04:00
parent c6acdcb3a2
commit ae4c4426cf
1 changed files with 6 additions and 0 deletions

View File

@ -173,3 +173,9 @@
'(default ((t (:family "MonoLisa Variable" :height 100))))
'(fixed-pitch ((t (:family "MonoLisa Variable" :height 120))))
'(variable-pitch ((t (:family "Atkinson Hyperlegible" :height 120)))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; set ui to standard org-workspace at launch
(add-hook 'after-init-hook (lambda ()
(kmn/workspace-code-empty)
))