Add eclim, omnisharp, and cpp support

This commit is contained in:
Henrik Lissner 2014-08-09 19:25:06 -04:00
parent 48e4d30534
commit bdba39ddf9
25 changed files with 963 additions and 466 deletions

View file

@ -1,7 +1,4 @@
(mapc 'my/install-package '(lua-mode))
(use-package lua-mode
(use-package lua-mode :ensure t
:mode "\\.lua\\'"
:interpreter "lua"
:init
@ -14,7 +11,7 @@
:group lua)
(define-key love-mode-map (kbd "s-b")
(lambda() (interactive) (shell-command (concat "open -a love.app " default-directory))))
(λ (shell-command (concat "open -a love.app " default-directory))))
(add-hook 'lua-mode-hook
(lambda()