Compare commits

..

No commits in common. "4593f083e6b6c73bd3643b514d1153b05c73bdf1" and "aaad0c77454a3c1881762a39c0e95b7267a44911" have entirely different histories.

3 changed files with 3 additions and 6 deletions

View File

@ -2126,10 +2126,7 @@ Note that this workaround is incomplete, as explained in this comment."
mode-line-remote
mode-line-window-dedicated)
mode-line-frame-identification
(:eval (if (mode-line-window-selected-p)
mode-line-buffer-identification
(list (propertize (car mode-line-buffer-identification)
'face 'default))))
mode-line-buffer-identification
" "
mode-line-position
(project-mode-line project-mode-line-format)

View File

@ -18,7 +18,7 @@ Known to work well with the `solarized-dark theme.")
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal))))
'(org-headline-done ((t (:foreground "#859900"))))
'(org-link ((t (:inherit link :weight normal))))
'(org-mode-line-clock ((t (:inherit nil))))
'(org-mode-line-clock ((t (:inherit default))))
'(outline-4 ((t (:inherit org-level-4))))
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))

View File

@ -18,7 +18,7 @@
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal :height 110 :family "DejaVu Sans Mono"))))
'(org-headline-done ((t (:foreground "#859900"))))
'(org-link ((t (:inherit link :weight normal))))
'(org-mode-line-clock ((t (:inherit nil))))
'(org-mode-line-clock ((t (:inherit default))))
'(outline-4 ((t (:inherit org-level-4))))
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))