diff options
Diffstat (limited to 'emacs')
-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" |