]> saetta.ns0.it Git - dotfiles/commitdiff
emacs: added projectile.
authorAndrea Zagli <azagli@libero.it>
Thu, 5 Sep 2019 06:46:09 +0000 (08:46 +0200)
committerAndrea Zagli <azagli@libero.it>
Thu, 5 Sep 2019 06:46:09 +0000 (08:46 +0200)
.emacs

diff --git a/.emacs b/.emacs
index 5276c88eff319a2a0dbf2040a6ca60d82d576242..15851e795b9114bead9ffaee1a7f897b2449f963 100644 (file)
--- a/.emacs
+++ b/.emacs
 (setq compilation-scroll-output "first-error")
 
 
+;; projectile
+(use-package projectile
+  :ensure t)
 (projectile-mode)