Better venv aliase and emacs config updates

This commit is contained in:
2026-04-30 07:54:02 -04:00
parent f2653e0cf3
commit f114c61348
3 changed files with 34 additions and 5 deletions
+8
View File
@@ -176,3 +176,11 @@
(setq treesit-language-source-alist
'((typescript "https://github.com/tree-sitter/tree-sitter-typescript" "master" "typescript/src" nil nil)
(tsx "https://github.com/tree-sitter/tree-sitter-typescript" "master" "tsx/src" nil nil))))
;; Buffer display name
(with-eval-after-load 'uniquify
(setq uniquify-buffer-name-style 'post-forward-angle-brackets))
;; Config ido
(with-eval-after-load 'ido
(setq ido-max-window-height 5))