From 2e7cc6f8a24d22da7d52b2524884b79abd973445 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sun, 5 May 2019 19:54:51 -0500 Subject: 2019-05-05 19:54 --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3