about summary refs log tree commit diff
path: root/modules/workstation
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-08-17 10:54:47 +0000
committerAlyssa Ross <hi@alyssa.is>2020-08-17 11:03:37 +0000
commite3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2 (patch)
treecccca3105a182964376ef0bc3326659ae4998942 /modules/workstation
parent4705612481e90dee5f1d43b05e04415e11e29438 (diff)
downloadnixlib-e3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2.tar
nixlib-e3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2.tar.gz
nixlib-e3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2.tar.bz2
nixlib-e3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2.tar.lz
nixlib-e3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2.tar.xz
nixlib-e3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2.tar.zst
nixlib-e3f1cd6db2711f7601fb8ec7fec6ddcdc458e9b2.zip
modules/emacs: remove projectile
It turns out everything I want from projectile is already covered by
the built-in project.el.
Diffstat (limited to 'modules/workstation')
-rw-r--r--modules/workstation/emacs/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/workstation/emacs/default.nix b/modules/workstation/emacs/default.nix
index bb42e7086886..dcb0e10032dc 100644
--- a/modules/workstation/emacs/default.nix
+++ b/modules/workstation/emacs/default.nix
@@ -8,7 +8,6 @@
       markdown-mode
       monokai-theme
       nix-mode
-      projectile
       rainbow-delimiters
       rust-mode
     ]))