mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
updates
This commit is contained in:
parent
392baf133f
commit
a4fb803411
@ -141,3 +141,8 @@
|
|||||||
;; (add-to-list 'company-backends 'company-jedi))
|
;; (add-to-list 'company-backends 'company-jedi))
|
||||||
|
|
||||||
(add-to-list 'company-backends 'company-shell)
|
(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)
|
||||||
|
@ -49,6 +49,7 @@
|
|||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;(unpin! t)
|
;(unpin! t)
|
||||||
|
|
||||||
|
(package! pyenv-mode)
|
||||||
(package! company-mode)
|
(package! company-mode)
|
||||||
(package! lsp-jedi)
|
(package! lsp-jedi)
|
||||||
(package! company-jedi)
|
(package! company-jedi)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
type = custom/script
|
type = custom/script
|
||||||
exec = rofi-bluetooth --status
|
exec = rofi-bluetooth --status
|
||||||
interval = 2
|
interval = 2
|
||||||
click-left = ~/scripts/rofi-bluetooth.desktop
|
click-left = ~/SudacodeRice/scripts/rofi-bluetooth.desktop
|
||||||
click-right = blueman-manager
|
click-right = blueman-manager
|
||||||
# format-foreground = #fc8353
|
# format-foreground = #fc8353
|
||||||
format-foreground = #A8D385
|
format-foreground = #A8D385
|
||||||
|
Loading…
Reference in New Issue
Block a user