diff --git a/global.org b/global.org index 258f951..78c08e5 100644 --- a/global.org +++ b/global.org @@ -3,7 +3,7 @@ #+EMAIL: jacopods@math.utoronto.ca #+OPTIONS: *:t ::t -* TODO Uniformize indentation +* TODO Make indentation uniform * TODO Look at tangling at [http://thewanderingcoder.com/2015/02/literate-emacs-configuration/] @@ -427,7 +427,7 @@ (beginning-of-line)))) (global-set-key (kbd "C-a") 'smart-line-beginning) #+END_SRC -** Whitespace +** White-space Trailing whitespace is evil; get rid of it #+BEGIN_SRC emacs-lisp (setq-default show-trailing-whitespace t)