diff options
Diffstat (limited to 'users/tazjin/emacs/config/look-and-feel.el')
-rw-r--r-- | users/tazjin/emacs/config/look-and-feel.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/users/tazjin/emacs/config/look-and-feel.el b/users/tazjin/emacs/config/look-and-feel.el index d46ba974cacb..6cf2c2a8c100 100644 --- a/users/tazjin/emacs/config/look-and-feel.el +++ b/users/tazjin/emacs/config/look-and-feel.el @@ -69,11 +69,6 @@ (telephone-line-defsegment telephone-line-last-window-segment () (telephone-misc-if-last-window)) - ;; Display the current EXWM workspace index in the mode-line - (telephone-line-defsegment telephone-line-exwm-workspace-index () - (when (bottom-right-window-p) - (format "[%s]" exwm-workspace-current-index))) - ;; Define a highlight font for ~ important ~ information in the last ;; window. (defface special-highlight '((t (:foreground "white" :background "#5f627f"))) "") @@ -87,8 +82,7 @@ (setq telephone-line-rhs '((accent . (telephone-line-major-mode-segment)) - (nil . (telephone-line-last-window-segment - telephone-line-exwm-workspace-index)) + (nil . (telephone-line-last-window-segment)) ;; TODO(tazjin): lets not do this particular thing while I ;; don't actually run notmuch, there are too many things |