Disable hover eldoc in elixir
This commit is contained in:
parent
b84a637dcf
commit
f282c5e64c
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue