all repos — nixfiles @ e4e278906803759063a61a285fc74e331e142e9f

System and user configuration, managed by nix and home-manager

Emacs: Install and configure company-restclient

Alan Pearce
commit

e4e278906803759063a61a285fc74e331e142e9f

parent

7c5d4880ec9eb293405284a4650b0ff0a237cc2e

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -2025,6 +2025,10 @@ (setq imenu-prev-index-position-function nil)
(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