diff options
-rw-r--r-- | lisp/km-projectile.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-projectile.el b/lisp/km-projectile.el index 27b4075..f2342a4 100644 --- a/lisp/km-projectile.el +++ b/lisp/km-projectile.el @@ -167,6 +167,7 @@ If there is nothing ot restore, call (or (km/projectile-restore-thing) (funcall km/projectile-switch-fallback))) +;;;###autoload (defun km/projectile-kill-buffers () "Kill all project buffers. Like `projectile-kill-buffers', but |