Remove projectile

I think I can replace it with builtin functions.
This commit is contained in:
Andreas Zweili 2022-12-30 16:09:41 +01:00
parent af20a8dacd
commit 98f811eeff
4 changed files with 2 additions and 14 deletions

View File

@ -82,7 +82,6 @@
epkgs.pkg-info
epkgs.posframe
epkgs.powershell
epkgs.projectile
epkgs.python-mode
epkgs.queue
epkgs.rainbow-delimiters

View File

@ -24,3 +24,5 @@
(active-minibuffer-window)) (error "Minibuffer is not active")))
(bind-key "M-m" 'switch-to-minibuffer)
(global-set-key (kbd "C-c g") 'project-find-file)

View File

@ -1,12 +0,0 @@
(use-package projectile
:init
(projectile-mode +1)
:config
(setq projectile-project-search-path '(("~/.nixos" . 1)
"~/git_repos/projects/"
"~/git_repos/work/")
projectile-completion-system 'ivy
projectile-switch-project-action #'projectile-dired)
(global-set-key (kbd "C-c g") 'projectile-find-file)
:bind (:map projectile-mode-map
("M-p" . projectile-command-map)))

View File

@ -31,7 +31,6 @@
(load-file (modules-path "magit.el"))
(load-file (modules-path "languageserver.el"))
(load-file (modules-path "powershell.el"))
(load-file (modules-path "projectile.el"))
(load-file (modules-path "python.el"))
(load-file (modules-path "webmode.el"))
(load-file (modules-path "yaml.el"))