Function: menu-bar-bottom-window-divider

menu-bar-bottom-window-divider is an interactive and byte-compiled function defined in menu-bar.el.gz.

Signature

(menu-bar-bottom-window-divider)

Documentation

Display dividers only at the bottom of each window.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/menu-bar.el.gz
(defun menu-bar-bottom-window-divider ()
  "Display dividers only at the bottom of each window."
  (interactive)
  (customize-set-variable 'window-divider-default-places 'bottom-only)
  (window-divider-mode 1))