From 0ae7c9f2402c8d3b80fe76875b1cf7f11f4b47fb Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Mon, 21 Nov 2016 11:39:39 +0100 Subject: [PATCH] Install the company-web and enlive packages --- customizations.el | 2 ++ init.el | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/customizations.el b/customizations.el index 4d35bf1..8eef97b 100644 --- a/customizations.el +++ b/customizations.el @@ -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 diff --git a/init.el b/init.el index 29e913c..ccf1ca5 100644 --- a/init.el +++ b/init.el @@ -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 ()