add projectile

This commit is contained in:
Grigory Shipunov 2021-12-17 02:33:21 +01:00
parent 25a5f2e9e0
commit d99099a7f7
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -350,6 +350,12 @@
(yas-global-mode t)
(diminish 'yas-minor-mode)
;; projectile
(use-package projectile
:straight t
:bind (:map oxamap ("p" . projectile-command-map))
:config (projectile-mode 1))
;; I use custom vars for local config, so let's put them to separate file, where
;; it's easier for git to ignore it
(setq custom-file "~/.emacs.d/custom.el")