add projectile
This commit is contained in:
parent
25a5f2e9e0
commit
d99099a7f7
1 changed files with 6 additions and 0 deletions
6
init.el
6
init.el
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue