Install the company-web and enlive packages

This commit is contained in:
Gergely Polonkai 2016-11-21 11:39:39 +01:00
parent cdafdbf11d
commit 0ae7c9f240
2 changed files with 10 additions and 0 deletions

View File

@ -47,12 +47,14 @@
company-emoji
company-restclient
company-shell
company-web
diminish
dired-k
drag-stuff
electric-case
electric-spacing
emamux
enlive
eshell-fringe-status
eshell-prompt-extras
expand-region

View File

@ -957,6 +957,14 @@
(use-package gist
:ensure t)
(use-package company-web
:ensure t
:config
(require 'company-web-html))
(use-package enlive
:ensure t)
;; `c-mode' settings
(add-hook 'c-mode-common-hook
(lambda ()