Fix company-dict config
This commit is contained in:
parent
272993c4b3
commit
a9eaba309d
3 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
(define-repl! lua-mode narf-inf-lua)
|
||||
(add-hook! lua-mode 'flycheck-mode)
|
||||
(after! company-dict
|
||||
(add-to-list 'company-dict-minor-mode-alist 'love-mode))
|
||||
(add-to-list 'company-dict-minor-mode-list 'love-mode))
|
||||
|
||||
(defun narf-inf-lua ()
|
||||
(lua-start-process "lua" "lua")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue