From f171f2a5b9db69cf9b10848dadec70a7a5708423 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Fri, 25 Oct 2019 18:09:27 -0500 Subject: 2019-10-25 18:09 --- emacs/init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 787e0d4..57f6cbd 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) @@ -178,10 +178,13 @@ :background "#373b41" ) (set-face-attribute 'org-agenda-clocking nil - :background "#c5c8c6" - :foreground "#1d1f21" + :background "#373b41" + :foreground "#8abeb7" + :underline nil + :inverse-video nil ) (global-hl-line-mode 1) +(setq mouse-highlight nil) (add-to-list 'org-emphasis-alist '("*" (:background "#373b41" -- cgit v1.2.3