I broke some stuff, this fixes it
All checks were successful
/ Test config on 20 (push) Successful in 25s
All checks were successful
/ Test config on 20 (push) Successful in 25s
This commit is contained in:
parent
f0340183f6
commit
ff2dbc1796
9 changed files with 142 additions and 84 deletions
|
|
@ -31,6 +31,9 @@
|
|||
[""
|
||||
("q" "Quit" keyboard-quit)])
|
||||
|
||||
(add-to-list
|
||||
'icejam-language-transient-alist '(elixir-ts-mode . icejam/elixir-lang-menu))
|
||||
|
||||
(defun icejam/activate-elixir-ts-mode ()
|
||||
"All things Elixir."
|
||||
(icejam/set-indent 2)
|
||||
|
|
@ -43,9 +46,6 @@
|
|||
;; If needed, switch the one below to false to disable documentation pop-ups
|
||||
;; (setq-local lsp-ui-doc-enable t)
|
||||
|
||||
;; Enable mode map
|
||||
(define-key elixir-ts-mode-map (kbd "C-c l") 'icejam/elixir-lang-menu)
|
||||
|
||||
;; Company list override
|
||||
(add-to-list (make-local-variable 'company-backends)
|
||||
'(company-capf company-yasnippet)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue