diff options
| author | Jesús <heckyel@hyperbola.info> | 2019-03-18 17:59:49 -0500 |
|---|---|---|
| committer | Jesús <heckyel@hyperbola.info> | 2019-03-18 17:59:49 -0500 |
| commit | f424999041e905a01cfe3776ca0418157c6a354f (patch) | |
| tree | 61f72bcc47ee27983702e8c2ad256b830582ceab /init.el | |
| parent | 13dc53f43f38dc892a9f6716dae8a557beb624c9 (diff) | |
| download | emacs-personal-f424999041e905a01cfe3776ca0418157c6a354f.tar.lz emacs-personal-f424999041e905a01cfe3776ca0418157c6a354f.tar.xz emacs-personal-f424999041e905a01cfe3776ca0418157c6a354f.zip | |
added company-mode
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ (require 'init-neotree nil 'noerror) ;; Tools (require 'init-apache nil 'noerror) +(require 'init-company nil 'noerror) (require 'init-flycheck nil 'noerror) (require 'init-helm nil 'noerror) (require 'init-log4j nil 'noerror) |
