From 68c6937cb0d8d51a6e159f8863f4ecf35167cbb8 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 17 Feb 2016 15:00:14 -0800 Subject: [PATCH] Move battery line to the correct place --- .spacemacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.spacemacs b/.spacemacs index c80c9f0..f84e8d0 100644 --- a/.spacemacs +++ b/.spacemacs @@ -262,7 +262,6 @@ in `dotspacemacs/user-config'." ;; (setq eshell-review-quick-commands nil) ;; (setq eshell-smart-space-goes-to-end t) ;; (setq eshell-scroll-to-bottom-on-input t) - (spacemacs/toggle-mode-line-battery-on) ;; Configure colors for the powerline ;(setq ns-use-srgb-colorspace t) ;; undo-tree history across restarts @@ -291,6 +290,7 @@ layers configuration. You are free to put any user code." (define-key evil-normal-state-map "\C-j" 'evil-window-down) (define-key evil-normal-state-map "\C-k" 'evil-window-up) (define-key evil-normal-state-map "\C-l" 'evil-window-right) + (spacemacs/toggle-mode-line-battery-on) ;(define-key global-map "\\" nil) ;(define-key global-map "\\f" 'ido-find-file) ;(define-key global-map "\\v" 'helm-projectile-find-file)