Add some extra functionality

This commit is contained in:
niten 2024-06-02 12:08:39 -07:00
parent 97148ddf8f
commit 4405c981f2
1 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@
;;parinfer ; turn lisp into python, sort of
;;rotate-text ; cycle region at point between text candidates
snippets ; my elves. They type so I don't have to
;;word-wrap ; soft wrapping with language-aware indent
word-wrap ; soft wrapping with language-aware indent
:emacs
dired ; making dired pretty [functional]
@ -95,8 +95,8 @@
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
lookup ; navigate your code and its documentation
(lsp +eglot) ; M-x vscode
(lookup +dictionary +docsets +offline) ; navigate your code and its documentation
(lsp +eglot peek) ; M-x vscode
magit ; a git porcelain for Emacs
make ; run make tasks from Emacs
;;pass ; password manager for nerds