Add elixir documentation switch
This commit is contained in:
parent
0d92539e1c
commit
e956757aa3
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue