Clean up
This commit is contained in:
parent
4d2c2a1b28
commit
25a2b675f7
3 changed files with 11 additions and 14 deletions
6
init.el
6
init.el
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue