aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2020-02-27 12:14:11 +0100
committerThomas Schneider <qsx@chaotikum.eu>2020-02-27 12:14:47 +0100
commit83d087656bb4d94195e9a7b71933205f34dd7812 (patch)
tree6d8a16590b94ac737cb29cabfeb6df4388d6f3ba
parentd393a59dd34a1eb1c519cc722aab082fa2f36f11 (diff)
Emacs: Remove projectile
-rw-r--r--dot.emacs.d/init.el10
1 files changed, 0 insertions, 10 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 2f7f193..3bfa0da 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -54,11 +54,6 @@
:init (exec-path-from-shell-initialize))
(setenv "LANG" "de_DE.UTF-8"))
-(use-package projectile
- :config (projectile-mode 1)
- :bind-keymap ("C-c p" . projectile-command-map)
- :defer nil)
-
(use-package company
:bind (:map company-mode-map
([remap completion-at-point] . #'company-complete))
@@ -147,11 +142,6 @@
helm-recentf-fuzzy-match t
helm-ff-file-name-history-use-recentf t
helm-echo-input-in-header-line t))
-(use-package helm-projectile
- :config
- (setq projectile-completion-system 'helm)
- (helm-projectile-on)
- :after (projectile helm))
(use-package helm-rg
:after helm)