Split mod-gamedev into mod-love and mod-cpp
This commit is contained in:
parent
c502305524
commit
dba2005220
4 changed files with 45 additions and 26 deletions
10
init.el
10
init.el
|
@ -32,7 +32,7 @@
|
|||
(mapc 'require
|
||||
'(core ; Just the... bear necessities...
|
||||
|
||||
;; Modules to improve on emacs' heresy
|
||||
;; Modules to improve on emacs' heresy
|
||||
init-project ; Project navigation tools & settings
|
||||
init-ac ; Auto-complete engine & settings
|
||||
init-snippets ; Snippet engine
|
||||
|
@ -43,6 +43,8 @@
|
|||
mod-org ; Org-mode: personal gtd/notes
|
||||
mod-dev ; Generic environment for all programming
|
||||
mod-webdev ; Environment for webdev (SCSS, PHP, Rails, Jekyll)
|
||||
mod-gamedev ; Environment for gamedev (C++, Lua, HTML5, etc)
|
||||
mod-eclim ; Integration into eclipse (for Java)
|
||||
))
|
||||
mod-love ; Love.app gamedev
|
||||
mod-cpp ; C++ gamedev
|
||||
;; mod-eclim ; Integration into eclipse (for Java)
|
||||
;; mod-csharp ; Emacs as a Csharp IDE
|
||||
))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue