Update spacemacs

This commit is contained in:
Hunter Haugen 2016-03-21 11:41:00 -07:00
parent 920af5d81e
commit 714170aa53

View file

@ -26,9 +26,12 @@ values."
auto-completion auto-completion
better-defaults better-defaults
emacs-lisp emacs-lisp
(ruby :variables ruby-version-manager 'rbenv)
git git
github
markdown markdown
org org
spacemacs-ivy
(shell :variables (shell :variables
shell-default-height 30 shell-default-height 30
shell-default-position 'bottom) shell-default-position 'bottom)
@ -106,7 +109,7 @@ values."
dotspacemacs-colorize-cursor-according-to-state t dotspacemacs-colorize-cursor-according-to-state t
;; Default font. `powerline-scale' allows to quickly tweak the mode-line ;; Default font. `powerline-scale' allows to quickly tweak the mode-line
;; size to make separators look not too crappy. ;; size to make separators look not too crappy.
dotspacemacs-default-font '("Liberation Mono for Powerline" dotspacemacs-default-font '("Droid Sans Mono Dotted for Powerline"
:size 26 :size 26
;;:size ,(if (eq window-system 'x) ;;:size ,(if (eq window-system 'x)
;; 26 ;; 26
@ -254,10 +257,10 @@ in `dotspacemacs/user-config'."
;; :powerline-scale 1.4) ;; :powerline-scale 1.4)
;; ) ;; )
;; Set to the location of your Org files on your local system ;; Set to the location of your Org files on your local system
;; (setq org-directory "~/org") (setq org-directory "~/Dropbox/org")
;; (setq org-mobile-inbox-for-pull "~/org/inbox.org") (setq org-mobile-inbox-for-pull "~/Dropbox/org/inbox.org")
;; (setq org-mobile-directory "~/Dropbox/Apps/MobileOrg") (setq org-mobile-directory "~/Dropbox/Apps/MobileOrg")
;; (setq org-mobile-files '("~/org")) (setq org-mobile-files '("~/Dropbox/org"))
;; ;; Stuff for eshell ;; ;; Stuff for eshell
;; (require 'em-smart) ;; (require 'em-smart)
@ -268,9 +271,9 @@ in `dotspacemacs/user-config'."
;; Configure colors for the powerline ;; Configure colors for the powerline
;(setq ns-use-srgb-colorspace t) ;(setq ns-use-srgb-colorspace t)
;; undo-tree history across restarts ;; undo-tree history across restarts
;; (setq undo-tree-history-directory-alist (setq undo-tree-history-directory-alist
;; `((".*" . ,(concat spacemacs-cache-directory "undo-tree-history")))) `((".*" . ,(concat spacemacs-cache-directory "undo-tree-history"))))
;; (setq undo-tree-auto-save-history t) (setq undo-tree-auto-save-history t)
;; Don't use the clipboard please ;; Don't use the clipboard please
;; (setq select-enable-clipboard nil) ;; (setq select-enable-clipboard nil)