Actually call start-server on osx, fixes some wierd emacsclient stuff

This commit is contained in:
Adam Goldsmith 2019-05-30 00:39:03 -04:00
parent 6d0284bed3
commit 15b14408fe
1 changed files with 2 additions and 1 deletions

View File

@ -298,7 +298,8 @@
(use-package ns-win
:config
(setq ns-command-modifier 'hyper))
(setq ns-command-modifier 'hyper)
(server-start))
;;;; external packages (required)
(use-package delight :ensure)