Skip to content

Commit

Permalink
emacs/init.el: set fill-column to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Aug 25, 2013
1 parent 55309a4 commit 68acb7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
(setq inhibit-startup-buffer-menu t)
(setq initial-scratch-message nil)
(setq message-log-max nil)
(setq fill-column 80)
(kill-buffer "*Messages*")
(kill-buffer "*Compile-Log*")
(setq Man-width 90)
Expand Down

0 comments on commit 68acb7e

Please sign in to comment.