From 09a366a31529622f7b3c1140500bc51824660d1a Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 29 Jul 2019 22:46:04 +0200 Subject: [PATCH] add more layers that seem useful --- emacs/.spacemacs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index fb2c9ca..8bb8f70 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -41,15 +41,18 @@ values." better-defaults emacs-lisp javascript + html git - ;; markdown - org - ;; (shell :variables - ;; shell-default-height 30 - ;; shell-default-position 'bottom) + markdown + (org :variables + org-enable-github-support t) + (shell :variables + shell-default-height 30 + shell-default-position 'bottom) spell-checking syntax-checking version-control + graphviz ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these