diff --git a/code/init.el b/code/init.el index 687b028..c89c5a4 100644 --- a/code/init.el +++ b/code/init.el @@ -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) +))