From be74a2ac4ec5892bed3644c6d4d1f46c7453fbde Mon Sep 17 00:00:00 2001 From: Kenny Ballou Date: Wed, 12 Jan 2022 16:11:38 -0700 Subject: emacs: switch to perspective Restarting emacs and waiting for hundreds (sometimes thousands) of buffers to open is pretty painful. Worse, sifting through them when switching buffers and context can be problematic at best. Try out `perspective` instead to create more focused groups of buffers. Signed-off-by: Kenny Ballou --- packages/emacs/packages.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/emacs/packages.nix b/packages/emacs/packages.nix index 48082f27..ab2c62b0 100644 --- a/packages/emacs/packages.nix +++ b/packages/emacs/packages.nix @@ -211,6 +211,8 @@ in rec { pcomplete-extension pdf-tools peep-dired + perspective + persp-projectile php-mode pip-requirements polymode -- cgit v1.2.1