Variable: sh-popup-occur-buffer
sh-popup-occur-buffer is a customizable variable defined in
sh-script.el.gz.
Value
nil
Documentation
Controls when smie-config-guess pops the *indent* buffer.
If t it is always shown. If nil, it is shown only when there are conflicts.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/sh-script.el.gz
(defcustom sh-popup-occur-buffer nil
"Controls when `smie-config-guess' pops the `*indent*' buffer.
If t it is always shown. If nil, it is shown only when there
are conflicts."
:type '(choice
(const :tag "Only when there are conflicts." nil)
(const :tag "Always" t))
:group 'sh-indentation)