Use powerline

This commit is contained in:
contrapunctus 2019-11-04 20:09:40 +05:30
parent b64396224a
commit af39864690
1 changed files with 5 additions and 1 deletions

View File

@ -92,7 +92,9 @@
(boon-mode)
:config
(use-package boon-qwerty)
(add-to-list 'boon-enclosures `(40 "(" ")"))) ;; opening paren
(add-to-list 'boon-enclosures `(40 "(" ")")) ;; opening paren
(use-package boon-powerline)
(boon-powerline-theme))
;; experimental boon+modalka config
(use-package boon
@ -787,6 +789,8 @@ and eval it."
:bind ("<f5> p" . #'paradox-list-packages)
:config (setq paradox-execute-asynchronously t))
(use-package powerline)
(use-package rainbow-delimiters
:hook (prog-mode . rainbow-delimiters-mode))