diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-05-05 19:54:51 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-05-05 19:54:51 -0500 |
commit | 2e7cc6f8a24d22da7d52b2524884b79abd973445 (patch) | |
tree | 13a41320d2beb6d896c5703b8bc78dff5c94775e | |
parent | 28d25579ee855b2e175311f01f234a0e09c9d2ca (diff) |
2019-05-05 19:54
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index f1b5731..af22c13 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -161,7 +161,6 @@ (menu-bar-mode -1) (tool-bar-mode -1) (toggle-scroll-bar -1) -;; TODO: color theme (setq-default left-margin-width 0 right-margin-width 0) @@ -174,6 +173,7 @@ (set-face-attribute 'highlight nil :background "#373b41" ) +hl-line-mode (add-to-list 'org-emphasis-alist '("*" (:background "#373b41" |