From aa1454c3903a3a99553b1ba8eaf53e3601d627a1 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Thu, 2 Nov 2017 14:56:47 +0100 Subject: [PATCH] emacs - Lua indentation using 2 spaces --- emacs/.emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index e29333f..1c67a44 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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"