Make eshell-fringe-status-mode autoload
This commit is contained in:
parent
c1e9d58379
commit
46359b0e42
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ window."
|
||||||
'eshell-fringe-status-success
|
'eshell-fringe-status-success
|
||||||
'eshell-fringe-status-failure)))))))
|
'eshell-fringe-status-failure)))))))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(define-minor-mode eshell-fringe-status-mode
|
(define-minor-mode eshell-fringe-status-mode
|
||||||
"Show exit status of last command in fringe."
|
"Show exit status of last command in fringe."
|
||||||
nil nil nil
|
nil nil nil
|
||||||
|
|
Loading…
Reference in a new issue