diff options
| -rw-r--r-- | feebleline.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/feebleline.el b/feebleline.el index 6fbdebd..5ca1107 100644 --- a/feebleline.el +++ b/feebleline.el @@ -58,6 +58,7 @@ ;;; Code: (require 'cl-macs) +(autoload 'magit-get-current-branch "magit") (defun feebleline-git-branch () "Return current git branch, unless file is remote." |
