From b3170f0039b862453f6f5789dae846b2aee47285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20Podgor=C5=A1ek?= Date: Sun, 5 Mar 2017 08:44:42 +0100 Subject: [PATCH] update --- .spacemacs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.spacemacs b/.spacemacs index ea61eb6..b9453a5 100644 --- a/.spacemacs +++ b/.spacemacs @@ -31,7 +31,6 @@ values." ;; List of configuration layers to load. dotspacemacs-configuration-layers '( - yaml ;; ---------------------------------------------------------------- ;; Example of useful layers you may want to use right away. ;; Uncomment some layer names and press (Vim style) or @@ -57,6 +56,7 @@ values." php elm vimscript + python ;; Disable flychecker (syntax-checking :variables syntax-checking-enable-by-default nil) @@ -339,9 +339,9 @@ you should place your code here." (editorconfig-mode t) ;; Smooth scrolling - (use-package sublimity) - (use-package sublimity-scroll) - (sublimity-mode t) + ;;(use-package sublimity) + ;;(use-package sublimity-scroll) + ;;(sublimity-mode t) ;; Quickly resize text (define-key global-map (kbd "C-+") 'text-scale-increase)