emacs - Lua indentation using 2 spaces

This commit is contained in:
Valentin Gehrke 2017-11-02 14:56:47 +01:00
parent 8f4fae83b7
commit aa1454c390

View file

@ -151,6 +151,9 @@
(tool-bar-mode -1))
(menu-bar-mode -1)
;; Lua options
(setq-default lua-indent-level 2)
;; Buffer cleanup
(defun buffer-cleanup-whitespace ()
"Remove trailing whitespaces upon save"