From 83d087656bb4d94195e9a7b71933205f34dd7812 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 27 Feb 2020 12:14:11 +0100 Subject: Emacs: Remove projectile --- dot.emacs.d/init.el | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'dot.emacs.d/init.el') 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) -- cgit v1.2.3