summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-10-24 17:14:26 -0500
committerBlaise Thompson <blaise@untzag.com>2019-10-24 17:14:26 -0500
commitba516a0ccdca61f9dd54ce4d70ce7ed4c2c2571f (patch)
tree5dae834f6142cb1304b31f6af2efda00f74b1779
parent63cf3a01209c7d3688b68deed400468befa69b44 (diff)
2019-10-24 17:14
-rw-r--r--emacs/#init.el#8
-rw-r--r--emacs/init.el10
2 files changed, 11 insertions, 7 deletions
diff --git a/emacs/#init.el# b/emacs/#init.el#
index 9ad9af1..602134e 100644
--- a/emacs/#init.el#
+++ b/emacs/#init.el#
@@ -174,10 +174,10 @@
:background "#373b41"
:foreground "#c5c8c6"
)
-(set-face-attribute 'highlight nil
+(set-face-attribute 'hl-line nil
:background "#373b41"
- )
-hl-line-mode
+ g)
+(global-hl-line-mode 1)
(add-to-list 'org-emphasis-alist
'("*" (:background "#373b41"
@@ -284,7 +284,7 @@ hl-line-mode
(evil-leader/set-key "m" 'helm-mini)
(evil-leader/set-key "p" 'print-file)
(evil-leader/set-key "q" 'save-buffers-kill-terminal)
-(evil-leader/set-key "q" 'shell-command)
+(evil-leader/set-key "r" 'shell-command)
(evil-leader/set-key "s" 'check-next-spelling-error)
(evil-leader/set-key "t" 'org-clock-goto)
(evil-leader/set-key "T" 'org-clock-out)
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"