Remove obsolete eshell magit command
Just use `magit` directly, eshell understands this.
This commit is contained in:
parent
0c84493abc
commit
93fee67983
1
init.el
1
init.el
@ -2592,7 +2592,6 @@ With given ARG, display files in `db/important-document-path’."
|
|||||||
:commands (db/run-or-hide-eshell
|
:commands (db/run-or-hide-eshell
|
||||||
eshell-clear-buffer
|
eshell-clear-buffer
|
||||||
eshell/default-prompt-function
|
eshell/default-prompt-function
|
||||||
eshell/gst
|
|
||||||
eshell-insert-history
|
eshell-insert-history
|
||||||
pcomplete/git))
|
pcomplete/git))
|
||||||
|
|
||||||
|
|||||||
@ -145,10 +145,6 @@ formatting."
|
|||||||
(if (zerop (user-uid)) "#" "$")
|
(if (zerop (user-uid)) "#" "$")
|
||||||
(propertize " " 'face '(:weight bold)))))
|
(propertize " " 'face '(:weight bold)))))
|
||||||
|
|
||||||
(defun eshell/gst (&rest args)
|
|
||||||
(magit-status (pop args) nil)
|
|
||||||
(eshell/echo))
|
|
||||||
|
|
||||||
(defun eshell-insert-history ()
|
(defun eshell-insert-history ()
|
||||||
"Displays the eshell history to select and insert back into your eshell."
|
"Displays the eshell history to select and insert back into your eshell."
|
||||||
;; directly taken from Howard Abrams
|
;; directly taken from Howard Abrams
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user