hoc-mode update

This commit is contained in:
2021-10-03 18:57:34 -04:00
parent 0939ef0be8
commit 8152a1ae0b
3 changed files with 12 additions and 2 deletions

View File

@@ -128,6 +128,15 @@
(use-package which-key
:config
(which-key-mode))
;; END LSP related
;; projectile
(use-package projectile
:commands projectile-mode)
(projectile-mode +1)
;; Recommended keymap prefix on macOS
(define-key projectile-mode-map (kbd "s-p") 'projectile-command-map)
;; projectile
; Python
(use-package pyvenv