This commit is contained in:
Henrik Lissner 2014-09-22 12:02:33 -04:00
parent 4d2c2a1b28
commit 25a2b675f7
3 changed files with 11 additions and 14 deletions

View file

@ -56,14 +56,14 @@
init-love ; Love.app gamedev
init-cpp ; C++ gamedev
init-eclim ; Integration into eclipse (for Java)
init-csharp ; Emacs as a Csharp/Unity IDE
;; init-csharp ; Emacs as a Csharp/Unity IDE
my-settings ; Any other custom settings
my-commands ; Interactive defuns & evil operators/commands
my-keymaps ; My keybindings
))
(require 'server)
(unless (server-running-p) (server-start))
;; (require 'server)
;; (unless (server-running-p) (server-start))
;; I've created a monster!