Skip to content

Commit

Permalink
Add definition of fill-column.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 3689e70274f4f6447f3dd2cc7b6d47d6a586d63f
  • Loading branch information
jaccarmac committed Dec 23, 2014
1 parent b9a10bb commit cb7006d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dot-emacs-dot-d.org
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ Now, for some code.
(quse-package better-defaults)
#+END_SRC

On top of the sensible settings in =better-defaults=, I like to set
=fill-column= to a sane value that doesn't depend on Emacs' frame
size.

#+NAME: fill-column
#+BEGIN_SRC emacs-lisp
(setq-default fill-column 79)
#+END_SRC

Exposing Emacs' multi-branch undo and redo feature graphically is
fantastically useful. Tony Cubitt's =undo-tree-mode= does just that.

Expand Down Expand Up @@ -245,6 +254,8 @@ Now, for some code.

<<better-defaults>>

<<fill-column>>

<<undo-tree>>

<<powerline>>
Expand Down

0 comments on commit cb7006d

Please sign in to comment.