Variable: speedbar-after-create-hook

speedbar-after-create-hook is a customizable variable defined in speedbar.el.gz.

Value

(speedbar-frame-reposition-smartly)

Documentation

Hooks called after popping up the speedbar frame.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-after-create-hook '(speedbar-frame-reposition-smartly)
  "Hooks called after popping up the speedbar frame."
  :group 'speedbar
  :type 'hook)