From 15b14408fe1a6dc801f7a0e1383b9027611458d9 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 30 May 2019 00:39:03 -0400 Subject: [PATCH] Actually call start-server on osx, fixes some wierd emacsclient stuff --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 872531d..d59b917 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)