X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=emacs.d%2Femacs-evil.org;h=6ad4ee6f75d24d58a6d260ac628a7c704107ccdc;hb=3dcb38688ed119fc3124d46fc097486c6c217272;hp=352c08fda628bf3b6217150e7dba841a2a8412f7;hpb=2025a388303276c2ae5d5e29dee5e8743872b806;p=dotfiles.git diff --git a/emacs.d/emacs-evil.org b/emacs.d/emacs-evil.org index 352c08f..6ad4ee6 100644 --- a/emacs.d/emacs-evil.org +++ b/emacs.d/emacs-evil.org @@ -147,6 +147,11 @@ Let the search highlight persistent, https://stackoverflow.com/questions/2576803 :config (global-evil-visualstar-mode)) #+END_SRC +* Others +#+BEGIN_SRC emacs-lisp :tangle yes :results silent + (dolist (mode '(c-mode-hook lua-mode-hook)) + (add-hook mode (lambda () (setq indent-tabs-mode nil)))) +#+END_SRC * Provide #+BEGIN_SRC emacs-lisp :tangle yes :results silent (provide 'init-evil-mode)