summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el9
1 files changed, 6 insertions, 3 deletions
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"