diff --git a/doom/config.el b/doom/config.el index 53b49ba..8394a49 100644 --- a/doom/config.el +++ b/doom/config.el @@ -141,3 +141,8 @@ ;; (add-to-list 'company-backends 'company-jedi)) (add-to-list 'company-backends 'company-shell) + +(setq jedi:setup-keys t) +(setq jedi:complete-on-dot t) +(setq jedi:environment-virtualenv ["source", "env/bin/activate"]) +(add-hook 'python-mode-hook 'jedi:setup) diff --git a/doom/packages.el b/doom/packages.el index 4e4d7d2..e3f9299 100644 --- a/doom/packages.el +++ b/doom/packages.el @@ -49,6 +49,7 @@ ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;(unpin! t) +(package! pyenv-mode) (package! company-mode) (package! lsp-jedi) (package! company-jedi) diff --git a/polybar-modules/bluetooth.desktop.ini b/polybar-modules/bluetooth.desktop.ini index b950f52..154994c 100644 --- a/polybar-modules/bluetooth.desktop.ini +++ b/polybar-modules/bluetooth.desktop.ini @@ -2,7 +2,7 @@ type = custom/script exec = rofi-bluetooth --status interval = 2 -click-left = ~/scripts/rofi-bluetooth.desktop +click-left = ~/SudacodeRice/scripts/rofi-bluetooth.desktop click-right = blueman-manager # format-foreground = #fc8353 format-foreground = #A8D385