add (server-start) to global config to ensure daemon mode can be utilized with faux workspaces like org-mode's default buffers/layout/etc
This commit is contained in:
parent
520da235a9
commit
fbb6b9c894
|
@ -1,3 +1,7 @@
|
|||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; start emacs server (daemon) via real client so org-mode and other 'workspaces' can be setup as faux daemonized emacs
|
||||
(server-start)
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
; Packages related
|
||||
(require 'package)
|
||||
|
@ -422,4 +426,3 @@
|
|||
;(add-hook 'find-file-hook 'flyspell-on-for-buffer-type)
|
||||
;(add-hook 'text-mode-hook 'flyspell-on-for-buffer-type)
|
||||
;(add-hook 'after-change-major-mode-hook 'flyspell-on-for-buffer-type)
|
||||
|
||||
|
|
Reference in a new issue