mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
(fringe-mode): Set to nil.
This commit is contained in:
parent
c59566eb95
commit
13ef5524b5
1 changed files with 4 additions and 0 deletions
|
|
@ -679,6 +679,10 @@ Do the same for the keys of the same name."
|
|||
(interactive)
|
||||
(customize-set-variable 'fringe-mode nil))
|
||||
|
||||
;; The real definition is in fringe.el.
|
||||
;; This is to prevent errors in the :radio conditions below.
|
||||
(setq fringe-mode nil)
|
||||
|
||||
(define-key menu-bar-showhide-fringe-menu [default]
|
||||
'(menu-item "Default" menu-bar-showhide-fringe-menu-customize-reset
|
||||
:help "Default width fringe on both left and right side"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue