diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-26 10:37:22 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-03-26 10:37:22 -0700 |
| commit | dade583159e78a0ba6a40acf8ae888ce6df1b32f (patch) | |
| tree | b9c90896c211070b1c2797088480aef0ffc14233 /emacs/site-lisp/coding-config.el | |
| parent | c69522dbb64264c7271ea272dba1bf7147a1ad44 (diff) | |
pyenv and other
Diffstat (limited to 'emacs/site-lisp/coding-config.el')
| -rwxr-xr-x | emacs/site-lisp/coding-config.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/site-lisp/coding-config.el b/emacs/site-lisp/coding-config.el index a8f34a9..25dd372 100755 --- a/emacs/site-lisp/coding-config.el +++ b/emacs/site-lisp/coding-config.el @@ -24,6 +24,8 @@ (use-package lsp-haskell) +(use-package pyvenv) + (use-package sideline :init (setq sideline-backends-right '())) @@ -51,6 +53,7 @@ (global-set-key (kbd "M-I") 'xref-find-definitions) (setq imenu-auto-rescan t) +(setq imenu-flatten t) ;; make shells and whatnot slightly better (require 'comint) |
