1
0
Fork 0

fix(emacs): remove unused package

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-08-27 16:09:19 -07:00
parent b61957b2f0
commit 166c2853e5
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
3 changed files with 8 additions and 21 deletions

View file

@ -71,7 +71,9 @@
:hook (prog-mode . ws-butler-mode))
;; Convenience
(use-package projectile :straight t)
(use-package projectile :straight t
:custom
(projectile-completion-system 'auto))
(use-package bufler :straight t
:bind (("C-x C-b" . bufler-list)
("C-x b" . bufler-switch-buffer))
@ -163,14 +165,6 @@
:hook ((lsp-mode . lsp-ui-mode)
(lsp-mode . lsp-inlay-hints-mode)))
;; Programming
(use-package copilot
:straight
'(copilot :type git :host github
:repo "zerolfx/copilot.el"
:branch "main"
:files ("dist" "*.el")))
;; Languages
(use-package racket-mode :straight t
:hook (racket-mode . racket-xp-mode))