From 6d2b9ff100aa658b4ce1d56847dd27f776199aa8 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 24 Jan 2021 15:48:37 -0500 Subject: [PATCH] Enable hl-line-mode in org-agenda-mode Closes #4567 --- core/core-ui.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/core-ui.el b/core/core-ui.el index 4748cffbf..aa6171759 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -392,7 +392,9 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original ;; Highlights the current line :hook (doom-first-buffer . global-hl-line-mode) :init - (defvar global-hl-line-modes '(prog-mode text-mode conf-mode special-mode) + (defvar global-hl-line-modes + '(prog-mode text-mode conf-mode special-mode + org-agenda-mode) "What modes to enable `hl-line-mode' in.") :config ;; HACK I reimplement `global-hl-line-mode' so we can white/blacklist modes in