Cleanup some things that are flagged by flyspell

master
Jacopo De Simoi 6 years ago
parent 533761761a
commit 253c8122d6
  1. 4
      global.org

@ -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)

Loading…
Cancel
Save