summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-11-17 11:13:15 -0500
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-11-17 11:13:15 -0500
commitedc1d61981781d44a584da0838c3cf847d63b40a (patch)
treeb6818bd8fcec3a4b5d5d95b3023a3dab73f988f3 /spacemacs
parentf8fa6e6c5ecf5bd3af49dbf348ff3552ebf2ff6d (diff)
Spacemacs changes.
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs7
1 files 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 <SPC> 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 ()