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))
+3 -3
View File
@@ -40,17 +40,17 @@
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
;;neotree ; a project drawer, like NERDTree for vim
ophints ; highlight the region an operation acts on
(popup +defaults) ; tame sudden yet inevitable temporary windows
;;smooth-scroll ; So smooth you won't believe it's not butter
;;tabs ; a tab bar for Emacs
;;treemacs ; a project drawer, like neotree but cooler
treemacs ; a project drawer, like neotree but cooler
;;unicode ; extended unicode support for various languages
(vc-gutter +pretty) ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB
;;window-select ; visually switch windows
workspaces ; tab emulation, persistence & separate workspaces
;;workspaces ; tab emulation, persistence & separate workspaces
;;zen ; distraction-free coding or writing
:editor