Updated packages

This commit is contained in:
James Patrick 2024-06-18 16:48:58 -04:00
parent e711c69ac7
commit e440678321
No known key found for this signature in database
2 changed files with 20 additions and 10 deletions

View File

@ -240,9 +240,13 @@ https://github.com/doomemacs/doomemacs/tree/master/modules/completion
#+name:doom-completion
#+begin_src emacs-lisp :tangle no
(company ; the ultimate code completion backend
+childframe ; not quite a window & not quite a frame
; +tng ; Use tab instead of ctrl+space
;; (company ; the ultimate code completion backend
;; +childframe ; not quite a window & not quite a frame
;; ; +tng ; Use tab instead of ctrl+space
;; )
(corfu
+icons
+orderless
)
;;helm ; the *other* search engine for love and lifes
;;ido ; the other *other* search engine...
@ -367,7 +371,7 @@ https://github.com/doomemacs/doomemacs/tree/master/modules/tools
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
;;direnv
;;docker
;;editorconfig ; let someone else argue about tabs vs spaces
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
@ -383,7 +387,8 @@ make ; run make tasks from Emacs
;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings
taskrunner ; taskrunner for all your projects
terraform ; infrastructure as code
(terraform ; infrastructure as code
+lsp)
;;tmux ; an API for interacting with tmux
tree-sitter ; syntax and parsing, sitting in a tree...
;;upload ; map local to remote projects via ssh/ftp

View File

@ -17,9 +17,13 @@
;; directory (for easy access to its source code).
(doom! :completion
(company ; the ultimate code completion backend
+childframe ; not quite a window & not quite a frame
; +tng ; Use tab instead of ctrl+space
;; (company ; the ultimate code completion backend
;; +childframe ; not quite a window & not quite a frame
;; ; +tng ; Use tab instead of ctrl+space
;; )
(corfu
+icons
+orderless
)
;;helm ; the *other* search engine for love and lifes
;;ido ; the other *other* search engine...
@ -96,7 +100,7 @@
(debugger +lsp) ; FIXME stepping through code, to help you add bugs
;;direnv
;;docker
;;editorconfig ; let someone else argue about tabs vs spaces
editorconfig ; let someone else argue about tabs vs spaces
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
@ -112,7 +116,8 @@
;;prodigy ; FIXME managing external services & code builders
;;rgb ; creating color strings
taskrunner ; taskrunner for all your projects
terraform ; infrastructure as code
(terraform ; infrastructure as code
+lsp)
;;tmux ; an API for interacting with tmux
tree-sitter ; syntax and parsing, sitting in a tree...
;;upload ; map local to remote projects via ssh/ftp