Browse Source

Playing around with new mode-line replacements

Josh Bicking 7 years ago
parent
commit
cf973a4f21
1 changed files with 29 additions and 0 deletions
  1. 29 0
      emacs.d/packages/packages.el

+ 29 - 0
emacs.d/packages/packages.el

@@ -304,6 +304,35 @@
       (powerline-center-evil-theme)
     (powerline-evil-vim-theme)))
 
+;; TODO look at smart-mode-line-powerline and see if i can write my own smart-mode-line config
+; (use-package smart-mode-line
+;   :ensure t
+;   :init
+;   :config
+;   (setq sml/no-confirm-load-theme t)
+;   (setq sml/mule-info nil)
+;   (setq sml/show-frame-identification nil)
+;   (sml/setup))
+
+; (use-package spaceline
+;   :ensure t
+;   :config
+;   (require 'spaceline-config)
+;   (spaceline-spacemacs-theme))
+
+; (use-package telephone-line
+;   :ensure t
+;   :after evil-surround
+;   :config
+;   ;; These don't have any effect, surprise surprise
+;   (set-face-attribute 'telephone-line-evil-emacs t :inherit 'telephone-line-evil)
+;   (set-face-attribute 'telephone-line-evil-insert t :inherit 'telephone-line-evil)
+;   (set-face-attribute 'telephone-line-evil-motion t :inherit 'telephone-line-evil)
+;   (set-face-attribute 'telephone-line-evil-normal t :inherit 'telephone-line-evil)
+;   (set-face-attribute 'telephone-line-evil-operator t :inherit 'telephone-line-evil)
+;   (setq telephone-line-evil-use-short-tag t)
+;   (telephone-line-evil-config))
+
 (use-package linum-relative
   :ensure t
   :diminish linum-relative-mode