summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org4
1 files changed, 4 insertions, 0 deletions
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