From 3a4049c6f4a0a84b7f25fef1301b0af5025805ad Mon Sep 17 00:00:00 2001
From: Valentin Gehrke <valentin.gehrke@kernkonzept.com>
Date: Tue, 23 Jan 2018 14:57:03 +0100
Subject: [PATCH] emacs - Add lua and yaml mode

---
 emacs/.emacs.d/init.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index ebd8a91..bf5a06b 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -15,6 +15,9 @@
 			(read-from-minibuffer
 			 (concat prompt "(type yes) ")))))
 
+;; Disable annoying keybinding hints
+(setq suggest-key-bindings nil)
+
 ;; Ask if you want to quit emacs
 (setq confirm-kill-emacs 'my/yes-or-whatever-p)
 
@@ -120,12 +123,12 @@
  '(custom-enabled-themes (quote (heroku)))
  '(custom-safe-themes
    (quote
-	("4f2ede02b3324c2f788f4e0bad77f7ebc1874eff7971d2a2c9b9724a50fb3f65" default)))
+    ("4f2ede02b3324c2f788f4e0bad77f7ebc1874eff7971d2a2c9b9724a50fb3f65" default)))
  '(dired-listing-switches "-lh")
  '(inhibit-startup-screen t)
  '(package-selected-packages
    (quote
-	(evil-indent-plus company delight evil-org org-bullets counsel powerline-evil powerline origami projectile terminal-here swiper neotree ivy heroku-theme use-package yasnippet evil-surround org evil-magit magit makefile-runner evil))))
+    (lua-mode yaml-mode evil-indent-plus company delight evil-org org-bullets counsel powerline-evil powerline origami projectile terminal-here swiper neotree ivy heroku-theme use-package yasnippet evil-surround org evil-magit magit makefile-runner evil))))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.