-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I use spaceline with the following configuration:
(use-package spaceline
:config
(require 'spaceline-config)
(spaceline-spacemacs-theme)
(setq spaceline-buffer-encoding-abbrev-p nil)
;(setq spaceline-line-column-p nil)
(setq spaceline-line-p nil)
(setq powerline-default-separator (quote arrow))
(line-number-mode 1)
(column-number-mode 1)
(display-time-mode 1)
(setq display-time-24hr-format t)
;; (setq display-time-format "%H:%M - %d %B %Y")
(setq display-time-default-load-average nil)
(use-package fancy-battery
:config
(setq fancy-battery-show-percentage t)
(setq battery-update-interval 15)
(if window-system
(fancy-battery-mode)
(display-battery-mode)))
(spaceline-spacemacs-theme)
)(parrot-mode) doesn't seem to have any effect here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels