update
parent
eb6d0d2683
commit
b3170f0039
|
@ -31,7 +31,6 @@ values."
|
||||||
;; List of configuration layers to load.
|
;; List of configuration layers to load.
|
||||||
dotspacemacs-configuration-layers
|
dotspacemacs-configuration-layers
|
||||||
'(
|
'(
|
||||||
yaml
|
|
||||||
;; ----------------------------------------------------------------
|
;; ----------------------------------------------------------------
|
||||||
;; Example of useful layers you may want to use right away.
|
;; Example of useful layers you may want to use right away.
|
||||||
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
||||||
|
@ -57,6 +56,7 @@ values."
|
||||||
php
|
php
|
||||||
elm
|
elm
|
||||||
vimscript
|
vimscript
|
||||||
|
python
|
||||||
|
|
||||||
;; Disable flychecker
|
;; Disable flychecker
|
||||||
(syntax-checking :variables syntax-checking-enable-by-default nil)
|
(syntax-checking :variables syntax-checking-enable-by-default nil)
|
||||||
|
@ -339,9 +339,9 @@ you should place your code here."
|
||||||
(editorconfig-mode t)
|
(editorconfig-mode t)
|
||||||
|
|
||||||
;; Smooth scrolling
|
;; Smooth scrolling
|
||||||
(use-package sublimity)
|
;;(use-package sublimity)
|
||||||
(use-package sublimity-scroll)
|
;;(use-package sublimity-scroll)
|
||||||
(sublimity-mode t)
|
;;(sublimity-mode t)
|
||||||
|
|
||||||
;; Quickly resize text
|
;; Quickly resize text
|
||||||
(define-key global-map (kbd "C-+") 'text-scale-increase)
|
(define-key global-map (kbd "C-+") 'text-scale-increase)
|
||||||
|
|
Loading…
Reference in New Issue