Add smacs vimscript and utf8

This commit is contained in:
Hunter Haugen 2016-04-14 23:13:31 +00:00
parent 4e6fcddd12
commit 22b60b7ed9

View file

@ -52,6 +52,7 @@ values."
(rcirc :variables rcirc-enable-znc-support t)
themes-megapack
vagrant
vimscript
yaml
)
;; List of additional packages that will be installed without being
@ -288,7 +289,6 @@ in `dotspacemacs/user-config'."
;; (setq eshell-scroll-to-bottom-on-input t)
;; Configure colors for the powerline
;(setq ns-use-srgb-colorspace t)
(setq powerline-default-separator 'utf-8)
;; undo-tree history across restarts
(setq undo-tree-history-directory-alist
`((".*" . ,(concat spacemacs-cache-directory "undo-tree-history"))))
@ -337,10 +337,10 @@ layers configuration. You are free to put any user code."
;(define-key global-map "\\v" 'helm-projectile-find-file)
;(define-key global-map "\\c" 'helm-projectile-switch-project)
;(define-key global-map "\\b" 'helm-mini)
;; (setq powerline-default-separator (if (eq window-system 'x)
;; 'arrow
;; nil
;; ))
(setq powerline-default-separator (if (eq window-system 'x)
'arrow
'utf-8
))
;;(smartparens-global-mode f)
;; Relative line numbers by default
;(linum-relative-toggle)