1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

enforce use of spaces for indentation

This commit is contained in:
Jonas Bernoulli 2013-04-27 17:04:47 +02:00
parent 5a799db5a1
commit 17a1a4659a
2 changed files with 8 additions and 4 deletions

View file

@ -219,5 +219,7 @@
(display-buffer (current-buffer))))
(provide 'bind-key)
;; Local Variables:
;; indent-tabs-mode: nil
;; End:
;;; bind-key.el ends here

View file

@ -605,5 +605,7 @@ For full documentation. please see commentary.
(put 'use-package 'lisp-indent-function 1)
(provide 'use-package)
;; Local Variables:
;; indent-tabs-mode: nil
;; End:
;;; use-package.el ends here