Add elixir documentation switch

This commit is contained in:
Maciej 2020-08-31 14:55:29 +03:00
parent 0d92539e1c
commit e956757aa3
Signed by: maciej
GPG key ID: 41D62D42D3B0D765

View file

@ -28,6 +28,10 @@ _f_: Format buffer
(column-enforce-n 98)
(setq-local flycheck-check-syntax-automatically '(save mode-enabled))
(define-key elixir-mode-map (kbd "<f17>") 'elixir-format)
;; If needed, switch the one below to false to disable documentation pop-ups
;; (setq-local lsp-ui-doc-enable t)
(define-key elixir-mode-map (kbd "C-c l") 'my-elixir/context-hydra/body)
;; Company list override