Emacs spaces instead of tabs
Blog
Posted by kitt at 12:40 on 15 November 2013
Into the ~/.emacs
file:
;; spaces instead of tabs (setq-default indent-tabs-mode nil)
Add new comment