mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
Indentation
This commit is contained in:
parent
886fc7e40e
commit
e88eb6623b
1 changed files with 15 additions and 14 deletions
|
|
@ -126,7 +126,8 @@
|
||||||
* Projectile
|
* Projectile
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package projectile
|
(use-package projectile
|
||||||
:init (progn
|
:init
|
||||||
|
(progn
|
||||||
(setq projectile-enable-caching t)
|
(setq projectile-enable-caching t)
|
||||||
(setq projectile-git-submodule-command nil)
|
(setq projectile-git-submodule-command nil)
|
||||||
(setq projectile-completion-system 'default)
|
(setq projectile-completion-system 'default)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue