Update company configuration
* Add web mode completion * Add separate yasnippet key bindings * Make the delay smaller * Add ansible completion
This commit is contained in:
parent
9c77e9bd25
commit
bb626734cb
2 changed files with 10 additions and 7 deletions
6
init.el
6
init.el
|
|
@ -20,10 +20,7 @@
|
|||
rainbow-mode ;; Make color symbols like #FFF colorfull
|
||||
|
||||
magit ;; Git interface for Emacs
|
||||
diff-hl ;; Highlight diff (also useful for git)
|
||||
|
||||
column-enforce-mode ;; Enforce column length of X
|
||||
|
||||
window-purpose ;; Make sure that windows are of grouped by
|
||||
;; purpose.
|
||||
|
||||
|
|
@ -68,6 +65,7 @@
|
|||
|
||||
;; Web
|
||||
web-mode
|
||||
company-web
|
||||
|
||||
;; Infrastructure files
|
||||
dockerfile-mode
|
||||
|
|
@ -112,7 +110,7 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck racer rust-mode hydra markdown-mode solarized-theme company-ansible alchemist window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end web-mode rvm dash-at-point robe base16-theme exec-path-from-shell))))
|
||||
(company-web visual-regexp enh-ruby-mode counsel-projectile counsel ivy flycheck-rust flycheck racer rust-mode hydra markdown-mode solarized-theme company-ansible alchemist window-purpose column-enforce-mode yaml-mode ansible dockerfile-mode ruby-end web-mode rvm dash-at-point robe base16-theme exec-path-from-shell))))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue