From 1c630b0ad7f05f19f7641fcba6525772e9f53ecd Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 5 Nov 2012 21:04:22 +0100 Subject: .emacs.d/init.el --- .emacs.d/init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 793ac7d..40384e2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -416,8 +416,7 @@ (global-set-key (kbd "C-z") 'quick-edit-mode) (unless (server-running-p) - (server-start) - (load "wm-init")) + (server-start)) (provide 'init) -- cgit v1.2.3-54-g00ecf