From 4405c981f2372e57493b46ec2c3ea0a128c2ada1 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 2 Jun 2024 12:08:39 -0700 Subject: [PATCH] Add some extra functionality --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index e2a6206..07a2de3 100644 --- a/init.el +++ b/init.el @@ -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