Remove :after and autoload use-package

This commit is contained in:
Henrik Lissner 2015-10-26 00:36:23 -04:00
parent accd943e87
commit fe21e26698
8 changed files with 12 additions and 42 deletions

View file

@ -9,7 +9,6 @@
(use-package shader-mode :mode "\\.shader$")
(use-package omnisharp
:after csharp-mode
:preface
(setq omnisharp-server-executable-path "~/Dropbox/lib/omnisharp-server/OmniSharp/bin/Debug/OmniSharp.exe"
omnisharp-auto-complete-want-documentation nil)