because git shows logs and diffs using a pager by default."
:type '(repeat (cons (string :tag "Command")
- (repeat (string :tag "Subcommand")))))
+ (repeat (string :tag "Subcommand"))))
+ :version "24.4"
+ :group 'eshell-term)
(defcustom eshell-visual-options
nil
because \"git <command> --help\" shows the command's
documentation with a pager."
:type '(repeat (cons (string :tag "Command")
- (repeat (string :tag "Option")))))
+ (repeat (string :tag "Option"))))
+ :version "24.4"
+ :group 'eshell-term)
;; If you change this from term-term-name, you need to ensure that the
;; value you choose exists in the system's terminfo database. (Bug#12485)