about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-09-15 21:55:54 -0500
committerCase Duckworth2020-09-15 21:55:54 -0500
commit30bfa38573e59093073bc9b904692c1bf00ef6de (patch)
treeab000ef9cd22e14a893f3b6e4fb56e9a71a4dd1a /init.el
parentAdd circe (diff)
downloademacs-30bfa38573e59093073bc9b904692c1bf00ef6de.tar.gz
emacs-30bfa38573e59093073bc9b904692c1bf00ef6de.zip
Remove statusbar
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.el b/init.el index 1943d8c..0428bbb 100644 --- a/init.el +++ b/init.el
@@ -278,14 +278,6 @@
278 :hook 278 :hook
279 (after-init-hook . doom-modeline-mode)) 279 (after-init-hook . doom-modeline-mode))
280 280
281(when acdw/at-larry
282 (use-package statusbar
283 :straight (statusbar
284 :host github
285 :repo "dakra/statusbar.el")
286 :hook
287 (exwm-init-hook . statusbar-mode)))
288
289(use-package ligature 281(use-package ligature
290 :straight (ligature 282 :straight (ligature
291 :host github 283 :host github