Disable hover eldoc in elixir

This commit is contained in:
Maciej 2021-07-31 16:31:00 +03:00
parent b84a637dcf
commit f282c5e64c
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
2 changed files with 3 additions and 2 deletions

View file

@ -30,6 +30,7 @@ Other: _m_: iMenu
(column-enforce-n 98)
(lsp)
(setq-local flycheck-check-syntax-automatically '(save mode-enabled))
(setq-local lsp-eldoc-enable-hover nil)
(define-key elixir-mode-map (kbd "<f17>") 'elixir-format)
;; If needed, switch the one below to false to disable documentation pop-ups

View file

@ -57,8 +57,8 @@
(setq mac-right-option-modifier 'meta)
(setq mac-option-modifier nil))
(progn
(setq mac-right-option-modifier 'meta)
(setq mac-option-modifier nil))))
(setq mac-option-modifier 'meta)
(setq mac-right-option-modifier nil))))
;;;;;;;;; Mac-specific config ;;;;;;;;;;;;;;;;;;;;;
(if IS-GNU