summaryrefslogtreecommitdiff
path: root/modeline.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-01-14 11:06:27 +0800
committerJSDurand <mmemmew@gmail.com>2021-01-14 11:06:27 +0800
commit3a91e9674feeace4ce7acebdb024e93c95c89308 (patch)
tree7ec3c1a47bf0ae43981fd73629acb14834f68efd /modeline.el
parente2fe5882ad434b433bfba4529abdd2666d9c3d99 (diff)
A step in debugging
Diffstat (limited to 'modeline.el')
-rw-r--r--modeline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/modeline.el b/modeline.el
index 0fdd0d5..6a3412a 100644
--- a/modeline.el
+++ b/modeline.el
@@ -20,7 +20,7 @@
(defun modeline-format-dashboard ()
"The mode line format for the dashboard."
(concat
- (modeline-format-bar)
+ ;; (modeline-format-bar)
(modeline-spc)
(modeline-format-directory)))