company-restclient
This commit is contained in:
parent
bc529f0a34
commit
96e6dbb0bd
@ -692,7 +692,10 @@ The current directory is assumed to be the project's root otherwise."
|
|||||||
:bind ("M-z" . zop-to-char))
|
:bind ("M-z" . zop-to-char))
|
||||||
|
|
||||||
(use-package restclient
|
(use-package restclient
|
||||||
:mode (("\\.restclient\\'" . restclient-mode)))
|
:mode (("\\.restclient\\'" . restclient-mode))
|
||||||
|
:config
|
||||||
|
(progn
|
||||||
|
(use-package company-restclient)))
|
||||||
|
|
||||||
(use-package comment-dwim-2
|
(use-package comment-dwim-2
|
||||||
:bind ("M-;" . comment-dwim-2))
|
:bind ("M-;" . comment-dwim-2))
|
||||||
|
Loading…
Reference in New Issue
Block a user