From edc1d61981781d44a584da0838c3cf847d63b40a Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Tue, 17 Nov 2015 11:13:15 -0500 Subject: Spacemacs changes. --- spacemacs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spacemacs b/spacemacs index 6fc1875..b819707 100644 --- a/spacemacs +++ b/spacemacs @@ -40,7 +40,7 @@ values." ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) - ;; spell-checking + spell-checking ;; syntax-checking ;; version-control ) @@ -86,13 +86,13 @@ values." ;; List of themes, the first of the list is loaded when spacemacs starts. ;; Press T n to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) - dotspacemacs-themes '(spacemacs-dark + dotspacemacs-themes '(monokai + spacemacs-dark base16-bright-dark spacemacs-light solarized-light solarized-dark leuven - monokai zenburn) ;; If non nil the cursor color matches the state color. dotspacemacs-colorize-cursor-according-to-state t @@ -236,6 +236,7 @@ user code." org-capture-templates '(("t" "Todo" entry (file+headline "~/org/in.org" "Tasks") "* TODO %?\n %i\n %a"))) + (eval-after-load "org" '(require 'ox-md nil t)) ) (defun dotspacemacs/user-config () -- cgit v1.2.3