From 74291e1ab2747e6afe944d48275c2ae840615fc8 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 28 Mar 2019 00:17:27 +0100 Subject: Emacs: Use projectile --- dot.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index 3764f86..c7cc508 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -53,6 +53,11 @@ :init (exec-path-from-shell-initialize)) (setenv "LANG" "de_DE.UTF-8")) +(use-package projectile + :config (projectile-mode 1) + :bind (:map projectile-mode-map + ("C-c p" . #'projectile-command-map))) + (use-package ace-window :bind ("M-o" . ace-window)) -- cgit v1.2.3