Install the company-web and enlive packages
This commit is contained in:
parent
cdafdbf11d
commit
0ae7c9f240
@ -47,12 +47,14 @@
|
|||||||
company-emoji
|
company-emoji
|
||||||
company-restclient
|
company-restclient
|
||||||
company-shell
|
company-shell
|
||||||
|
company-web
|
||||||
diminish
|
diminish
|
||||||
dired-k
|
dired-k
|
||||||
drag-stuff
|
drag-stuff
|
||||||
electric-case
|
electric-case
|
||||||
electric-spacing
|
electric-spacing
|
||||||
emamux
|
emamux
|
||||||
|
enlive
|
||||||
eshell-fringe-status
|
eshell-fringe-status
|
||||||
eshell-prompt-extras
|
eshell-prompt-extras
|
||||||
expand-region
|
expand-region
|
||||||
|
8
init.el
8
init.el
@ -957,6 +957,14 @@
|
|||||||
(use-package gist
|
(use-package gist
|
||||||
:ensure t)
|
:ensure t)
|
||||||
|
|
||||||
|
(use-package company-web
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(require 'company-web-html))
|
||||||
|
|
||||||
|
(use-package enlive
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
;; `c-mode' settings
|
;; `c-mode' settings
|
||||||
(add-hook 'c-mode-common-hook
|
(add-hook 'c-mode-common-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
|
Loading…
Reference in New Issue
Block a user