Add smacs vimscript and utf8
This commit is contained in:
parent
4e6fcddd12
commit
22b60b7ed9
1 changed files with 5 additions and 5 deletions
|
|
@ -52,6 +52,7 @@ values."
|
||||||
(rcirc :variables rcirc-enable-znc-support t)
|
(rcirc :variables rcirc-enable-znc-support t)
|
||||||
themes-megapack
|
themes-megapack
|
||||||
vagrant
|
vagrant
|
||||||
|
vimscript
|
||||||
yaml
|
yaml
|
||||||
)
|
)
|
||||||
;; List of additional packages that will be installed without being
|
;; 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)
|
;; (setq eshell-scroll-to-bottom-on-input t)
|
||||||
;; Configure colors for the powerline
|
;; Configure colors for the powerline
|
||||||
;(setq ns-use-srgb-colorspace t)
|
;(setq ns-use-srgb-colorspace t)
|
||||||
(setq powerline-default-separator 'utf-8)
|
|
||||||
;; 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"))))
|
||||||
|
|
@ -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 "\\v" 'helm-projectile-find-file)
|
||||||
;(define-key global-map "\\c" 'helm-projectile-switch-project)
|
;(define-key global-map "\\c" 'helm-projectile-switch-project)
|
||||||
;(define-key global-map "\\b" 'helm-mini)
|
;(define-key global-map "\\b" 'helm-mini)
|
||||||
;; (setq powerline-default-separator (if (eq window-system 'x)
|
(setq powerline-default-separator (if (eq window-system 'x)
|
||||||
;; 'arrow
|
'arrow
|
||||||
;; nil
|
'utf-8
|
||||||
;; ))
|
))
|
||||||
;;(smartparens-global-mode f)
|
;;(smartparens-global-mode f)
|
||||||
;; Relative line numbers by default
|
;; Relative line numbers by default
|
||||||
;(linum-relative-toggle)
|
;(linum-relative-toggle)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue