From 0f19e7d80daf97d38c1305edc09dcaa8b4ac35fd Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Mon, 11 Nov 2024 14:00:14 +0000 Subject: [PATCH] tweaks --- doomemacs/.config/doom/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doomemacs/.config/doom/init.el b/doomemacs/.config/doom/init.el index ec305bf..4528f2e 100644 --- a/doomemacs/.config/doom/init.el +++ b/doomemacs/.config/doom/init.el @@ -37,7 +37,7 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;indent-guides ; highlighted indent columns ligatures ; ligatures and symbols to make your code pretty again - ;;minimap ; show a map of the code on the side + minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions neotree ; a project drawer, like NERDTree for vim @@ -94,10 +94,10 @@ ;;direnv ;;docker ;;editorconfig ; let someone else argue about tabs vs spaces - ;;ein ; tame Jupyter notebooks with emacs + ein ; tame Jupyter notebooks with emacs (eval +overlay) ; run code, run (also, repls) lookup ; navigate your code and its documentation - ;;lsp ; M-x vscode + lsp ; M-x vscode magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs ;;pass ; password manager for nerds