1
0
Fork 0

fix(emacs): add slime-company for cl completion

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-26 22:47:10 -05:00
parent e921ddbc06
commit 0cb18c3639
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 2 additions and 0 deletions

View file

@ -144,6 +144,7 @@
;; SLIME
(setq inferior-lisp-program "sbcl")
(slime-setup '(slime-fancy slime-company))
;; Copilot
(define-key copilot-completion-map (kbd "<tab>") 'copilot-accept-completion)

View file

@ -96,6 +96,7 @@
(straight-use-package 'yaml-mode)
(straight-use-package 'poetry)
(straight-use-package 'slime)
(straight-use-package 'slime-company)
(straight-use-package 'haskell-mode)
(straight-use-package 'lsp-haskell)
(straight-use-package 'eglot-java)