diff options
| author | 2014-01-25 22:02:18 +0100 | |
|---|---|---|
| committer | 2014-01-25 22:02:18 +0100 | |
| commit | 46359b0e427367058ad2a7793eb20aeea2180622 (patch) | |
| tree | 5ac87cc49af2061c16b9fb76f4c4a10d04e10018 | |
| parent | c1e9d58379ebb589dd09f513dd7850922797871c (diff) | |
| download | eshell-fringe-status-46359b0e427367058ad2a7793eb20aeea2180622.tar.gz eshell-fringe-status-46359b0e427367058ad2a7793eb20aeea2180622.zip | |
Make eshell-fringe-status-mode autoload
| -rw-r--r-- | eshell-fringe-status.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eshell-fringe-status.el b/eshell-fringe-status.el index a3bd616..56f58fb 100644 --- a/eshell-fringe-status.el +++ b/eshell-fringe-status.el @@ -99,6 +99,7 @@ window." 'eshell-fringe-status-success 'eshell-fringe-status-failure))))))) +;;;###autoload (define-minor-mode eshell-fringe-status-mode "Show exit status of last command in fringe." nil nil nil |
