|
|
|
@ -96,10 +96,10 @@ |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(setq x-gtk-use-system-tooltips nil) |
|
|
|
(setq x-gtk-use-system-tooltips nil) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
Set Fill-column to ~78~, which happens to be good for third-tiled frames |
|
|
|
Set =fill-column= to 72, which happens to be good for third-tiled frames |
|
|
|
and it also is a reasonable standard (almost 80) |
|
|
|
and it also is a reasonable standard |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(setq default-fill-column 78) |
|
|
|
(setq default-fill-column 72) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
Highlight sexp (apparently I am not even using this) |
|
|
|
Highlight sexp (apparently I am not even using this) |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
|