From 1ba501e93d5082fa0ae70eaa5245f14ebce8a847 Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Sat, 23 Jun 2018 00:21:32 +0200 Subject: [PATCH] emacs: add markdown lua and php mode --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 9b0d764..c87d84d 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -128,7 +128,7 @@ '(inhibit-startup-screen t) '(package-selected-packages (quote - (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)))) + (markdown-mode yaml-mode lua-mode php-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.