From 89a720d27201b122dd1b40bc6ae009a968179681 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 4 Jun 2025 12:14:17 +0300 Subject: [PATCH] Enable editorconfig and make plugins for Doom Emacs --- doom/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doom/init.el b/doom/init.el index fbc8147..b93186b 100644 --- a/doom/init.el +++ b/doom/init.el @@ -90,14 +90,14 @@ ;;debugger ; 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 lookup ; navigate your code and its documentation lsp ; M-x vscode magit ; a git porcelain for Emacs - ;;make ; run make tasks from Emacs + make ; run make tasks from Emacs pass ; password manager for nerds ;;pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders