fix(emacs): remove unused package
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
b61957b2f0
commit
166c2853e5
3 changed files with 8 additions and 21 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue