Compare commits
2 Commits
aaad0c7745
...
4593f083e6
| Author | SHA1 | Date | |
|---|---|---|---|
| 4593f083e6 | |||
| 45123dee0a |
3
init.el
3
init.el
@ -2126,7 +2126,10 @@ Note that this workaround is incomplete, as explained in this comment."
|
|||||||
mode-line-remote
|
mode-line-remote
|
||||||
mode-line-window-dedicated)
|
mode-line-window-dedicated)
|
||||||
mode-line-frame-identification
|
mode-line-frame-identification
|
||||||
|
(:eval (if (mode-line-window-selected-p)
|
||||||
mode-line-buffer-identification
|
mode-line-buffer-identification
|
||||||
|
(list (propertize (car mode-line-buffer-identification)
|
||||||
|
'face 'default))))
|
||||||
" "
|
" "
|
||||||
mode-line-position
|
mode-line-position
|
||||||
(project-mode-line project-mode-line-format)
|
(project-mode-line project-mode-line-format)
|
||||||
|
|||||||
@ -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-column ((t (:strike-through nil :underline nil :slant normal :weight normal))))
|
||||||
'(org-headline-done ((t (:foreground "#859900"))))
|
'(org-headline-done ((t (:foreground "#859900"))))
|
||||||
'(org-link ((t (:inherit link :weight normal))))
|
'(org-link ((t (:inherit link :weight normal))))
|
||||||
'(org-mode-line-clock ((t (:inherit default))))
|
'(org-mode-line-clock ((t (:inherit nil))))
|
||||||
'(outline-4 ((t (:inherit org-level-4))))
|
'(outline-4 ((t (:inherit org-level-4))))
|
||||||
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
||||||
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
'(org-column ((t (:strike-through nil :underline nil :slant normal :weight normal :height 110 :family "DejaVu Sans Mono"))))
|
'(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-headline-done ((t (:foreground "#859900"))))
|
||||||
'(org-link ((t (:inherit link :weight normal))))
|
'(org-link ((t (:inherit link :weight normal))))
|
||||||
'(org-mode-line-clock ((t (:inherit default))))
|
'(org-mode-line-clock ((t (:inherit nil))))
|
||||||
'(outline-4 ((t (:inherit org-level-4))))
|
'(outline-4 ((t (:inherit org-level-4))))
|
||||||
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-duplicate ((t (:underline (:color "orange red" :style wave)))))
|
||||||
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
'(flyspell-incorrect ((t (:underline (:color "orange red" :style wave)))))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user