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(-) (limited to 'spacemacs') 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 From 9f6265697a2184fc6050f8b845c8bb43ddc84c2d Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Mon, 23 Nov 2015 12:25:08 -0500 Subject: Spacemacs changes. --- spacemacs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'spacemacs') diff --git a/spacemacs b/spacemacs index b819707..21848b3 100644 --- a/spacemacs +++ b/spacemacs @@ -215,7 +215,6 @@ user code." "Set up my custom bindings." (evil-leader/set-key "on" #'nohlsearch) (evil-leader/set-key "of" #'auto-fill-mode) - (spacemacs/declare-prefix "or" "org") (evil-leader/set-key "ort" #'org-agenda-file-to-front) (evil-leader/set-key "orl" #'org-store-link) (evil-leader/set-key "ora" #'org-agenda) @@ -244,11 +243,11 @@ user code." This function is called at the very end of Spacemacs initialization after layers configuration. You are free to put any user code." (setq custom-file "~/.spacemacs.local") - (load-file "~/.spacemacs.local") (add-hook 'haskell-mode-hook 'turn-on-haskell-indent) (setq-default vc-follow-symlinks nil web-mode-code-indent-offset 2) (kj-bindings) (kj-org-config) + (load-file "~/.spacemacs.local") ) -- cgit v1.2.3