Tabs are evil

master
Jacopo De Simoi 8 years ago
parent 5ab09ef043
commit 68f0b5b776
  1. 4
      global.org

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

Loading…
Cancel
Save