diff --git a/config/ide.org b/config/ide.org index 44e7e7a..c887989 100644 --- a/config/ide.org +++ b/config/ide.org @@ -145,6 +145,7 @@ Set treesit to fontify all elements, default was 3 (out of 4) :diminish :hook (js-ts-mode . flymake-eslint-enable)) #+end_src + ** ruff #+begin_src emacs-lisp (use-package flymake-ruff @@ -160,8 +161,8 @@ Set treesit to fontify all elements, default was 3 (out of 4) project-switch-commands '((project-find-file "Find file") (project-find-regexp "Find regexp") (project-find-dir "Find directory") - (project-vc-dir "VC-Dir") - (project-eshell "Eshell"))) + (project-eshell "Eshell") + (magit-project-status "Magit"))) #+end_src * Version control ** Magit @@ -398,4 +399,3 @@ Set fill column to 88 and enable display in python buffers (use-package cargo :hook (rust-ts-mode . cargo-minor-mode)) #+end_src -