|
|
|
@ -269,8 +269,8 @@ |
|
|
|
Tabs are evil; get rid of them |
|
|
|
Tabs are evil; get rid of them |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(setq c-basic-offset 4) |
|
|
|
(setq c-basic-offset 4) |
|
|
|
(setq tab-width 4) |
|
|
|
(setq-default tab-width 4) |
|
|
|
(setq indent-tabs-mode nil) |
|
|
|
(setq-default indent-tabs-mode nil) |
|
|
|
#+END_SRC |
|
|
|
#+END_SRC |
|
|
|
*** TODO Have a look at ws-trim.el |
|
|
|
*** TODO Have a look at ws-trim.el |
|
|
|
It is conf'ble to avoid removing whitespace from lines that were not |
|
|
|
It is conf'ble to avoid removing whitespace from lines that were not |
|
|
|
|