auto start the empty code workspace on code profile launch
This commit is contained in:
parent
c6acdcb3a2
commit
ae4c4426cf
|
@ -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)
|
||||
))
|
||||
|
|
Reference in a new issue