Set default fringe and margin width.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 22 Mar 2010 23:32:00 +0200
changeset 364 3d18cfe179cc
parent 363 17df92226b5a
child 365 913375395214
Set default fringe and margin width.
.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)