(window-height . 4)))
(blink-cursor-mode -1)
-(column-number-mode t)
-(size-indication-mode t)
+
+(setq-default mode-line-format
+ '("%e"
+ (:propertize " " face (if (and (buffer-file-name) (buffer-modified-p))
+ mode-line-highlight
+ mode-line-active))
+ " "
+ mode-line-mule-info
+ mode-line-client
+ mode-line-modified
+ mode-line-remote
+ mode-line-window-dedicated
+ " [%l,%C]%n "
+ (:propertize (buffer-file-name "%f" "%b") face mode-line-buffer-id)
+ " (%Ib)"
+ " <%m>"
+ (project-mode-line project-mode-line-format)
+ (vc-mode vc-mode)
+ " "
+ mode-line-misc-info
+ mode-line-end-spaces))
+
(delete-selection-mode t)
(setq delete-by-moving-to-trash t
(tool-bar-mode -1)
(set-scroll-bar-mode 'left)
-(setq frame-title-format "%b"
+(setq frame-title-format "%b %*%+"
mouse-prefer-closest-glyph t
mouse-1-click-follows-link nil
focus-follows-mouse t
`(mode-line-inactive
((,class (:foreground ,text :background ,bar :box t))))
`(mode-line-highlight
- ((,class (:box (:line-width 1 :color ,text :style released-button)))))
+ ((,class (:background ,dirty :box (:line-width 1 :color ,text released-button)))))
;;; Org
`(org-document-title
((,class (:foreground ,text :weight bold))))