diff options
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
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)) |
