summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el10
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"