From e4e278906803759063a61a285fc74e331e142e9f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 1 Feb 2017 16:46:09 +0100 Subject: Emacs: Install and configure company-restclient --- tag-emacs/emacs.d/init.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 95f1cd1..08817cf 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -2025,6 +2025,10 @@ integration between the two yet. (add-to-list 'imenu-generic-expression '("Services" "^## ?\\(.+\\)$" 1) t) (add-to-list 'imenu-generic-expression '("Calls" "^# ?\\(.+\\)$" 1) t)) (add-hook 'restclient-mode-hook #'imenu-restclient-sections))) + +(use-package company-restclient + :after (company restclient) + :init (add-to-list 'company-backends #'company-restclient t)) #+END_SRC *** sgml-mode -- cgit 1.4.1