This commit is contained in:
ksyasuda 2021-10-29 23:52:44 -07:00
parent 392baf133f
commit a4fb803411
3 changed files with 7 additions and 1 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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