From 11cc4a14f5e2fa8240c044c532a46f405a4039bc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 27 Jul 2023 19:35:50 -0600 Subject: [PATCH] [Emacs] Make term-projectile-switch an autoload command --- dotfiles/emacs.d/README.org | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 269f80f4..c8219b57 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -4124,11 +4124,14 @@ in term-mode. This makes term-mode 1000% more useful #+BEGIN_SRC emacs-lisp (use-package term-projectile :bind ("C-c 7" . imalison:term-hydra-global/body) - :commands (term-projectile-forward term-projectile-backward - term-projectile-default-directory-forward - term-projectile-default-directory-backward - term-projectile-create-new - term-projectile-create-new-default-directory) + :commands + (term-projectile-backward + term-projectile-create-new + term-projectile-create-new-default-directory + term-projectile-default-directory-backward + term-projectile-default-directory-forward + term-projectile-forward + term-projectile-switch) :config (progn (emit-prefix-selector imalison:term