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