# HG changeset patch # User Oleksandr Gavenko # Date 1269293520 -7200 # Node ID 3d18cfe179cc6a1981145fea28b08b451f6e3528 # Parent 17df92226b5acb8abbd251efac47c460e5d7127f Set default fringe and margin width. diff -r 17df92226b5a -r 3d18cfe179cc .emacs-my --- a/.emacs-my Mon Mar 22 23:20:11 2010 +0200 +++ b/.emacs-my Mon Mar 22 23:32:00 2010 +0200 @@ -54,6 +54,11 @@ (setq default-header-line-format nil) ;; (setq default-mode-line-format nil) +(setq default-left-fringe-width nil) +(setq default-right-fringe-width nil) +(setq default-left-margin-width nil) +(setq default-right-margin-width nil) + ;; show column & line numbers in status bar (setq column-number-mode t) (setq line-number-mode t)