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)