[Emacs] Make term-projectile-switch an autoload command
This commit is contained in:
parent
5dfc89db72
commit
11cc4a14f5
@ -4124,11 +4124,14 @@ in term-mode. This makes term-mode 1000% more useful
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package term-projectile
|
(use-package term-projectile
|
||||||
:bind ("C-c 7" . imalison:term-hydra-global/body)
|
:bind ("C-c 7" . imalison:term-hydra-global/body)
|
||||||
:commands (term-projectile-forward term-projectile-backward
|
:commands
|
||||||
term-projectile-default-directory-forward
|
(term-projectile-backward
|
||||||
term-projectile-default-directory-backward
|
term-projectile-create-new
|
||||||
term-projectile-create-new
|
term-projectile-create-new-default-directory
|
||||||
term-projectile-create-new-default-directory)
|
term-projectile-default-directory-backward
|
||||||
|
term-projectile-default-directory-forward
|
||||||
|
term-projectile-forward
|
||||||
|
term-projectile-switch)
|
||||||
:config
|
:config
|
||||||
(progn
|
(progn
|
||||||
(emit-prefix-selector imalison:term
|
(emit-prefix-selector imalison:term
|
||||||
|
Loading…
Reference in New Issue
Block a user