use eyebrowse instead of perspective, do not use powerline

This commit is contained in:
Łukasz Pankowski 2019-07-23 22:31:12 +02:00
parent bc30a650e1
commit 6104afef13

View File

@ -194,9 +194,9 @@
:config :config
(windmove-default-keybindings)) (windmove-default-keybindings))
(use-package perspective (use-package eyebrowse
:config :config
(persp-mode)) (eyebrowse-mode))
;;; Allow for Undo/Redo of window manipulations (such as `C-x 1`) ;;; Allow for Undo/Redo of window manipulations (such as `C-x 1`)
@ -976,10 +976,6 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
;;; Fancy mode line and some themes ;;; Fancy mode line and some themes
(use-package powerline
:config
(powerline-center-theme))
(use-package zerodark-theme (use-package zerodark-theme
:defer) :defer)
@ -989,7 +985,6 @@ Argument FRAMES has the same meaning as for `set-frame-font'"
;;; Easy switching between themes ;;; Easy switching between themes
(defun my-helm-themes-after () (defun my-helm-themes-after ()
(powerline-reset)
(set-face-background 'scroll-bar (face-background 'fringe))) (set-face-background 'scroll-bar (face-background 'fringe)))
(use-package helm-themes (use-package helm-themes