Added zshrc

Signed-off-by: Marcin Woźniak <y0rune@aol.com>
This commit is contained in:
2021-04-01 12:37:33 +02:00
parent 12e5f77d04
commit c454e0d00a
7 changed files with 57 additions and 25 deletions

View File

@ -425,6 +425,17 @@
:ensure t
:config (treemacs-set-scope-type 'Perspectives))
;; Python
(use-package company-jedi
:ensure t
:config
)
(defun my/python-mode-hook ()
(add-to-list 'company-backends 'company-jedi))
(add-hook 'python-mode-hook 'my/python-mode-hook)
;;; --- Look & Feel ---
;; Helm