diff --git a/common/_global.el b/common/_global.el index c6352af..fb1a2be 100644 --- a/common/_global.el +++ b/common/_global.el @@ -1,6 +1,6 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; start emacs server (daemon) via real client so org-mode and other 'workspaces' can be setup as faux daemonized emacs -(server-start) +; (server-start) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Packages related