diff options
| author | Blaise Thompson <blaise@untzag.com> | 2019-10-24 17:14:26 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2019-10-24 17:14:26 -0500 |
| commit | ba516a0ccdca61f9dd54ce4d70ce7ed4c2c2571f (patch) | |
| tree | 5dae834f6142cb1304b31f6af2efda00f74b1779 /emacs/init.el | |
| parent | 63cf3a01209c7d3688b68deed400468befa69b44 (diff) | |
2019-10-24 17:14
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/emacs/init.el b/emacs/init.el index a4d6c6e..787e0d4 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -21,7 +21,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. - ) + '(org-agenda-clocking ((t (:inherit secondary-selection))))) ;; Bootstrap `use-package' (require 'package) @@ -174,10 +174,14 @@ :background "#373b41" :foreground "#c5c8c6" ) -(set-face-attribute 'highlight nil +(set-face-attribute 'hl-line nil :background "#373b41" ) -hl-line-mode +(set-face-attribute 'org-agenda-clocking nil + :background "#c5c8c6" + :foreground "#1d1f21" + ) +(global-hl-line-mode 1) (add-to-list 'org-emphasis-alist '("*" (:background "#373b41" |
