From e241d171de9604e57a208e5eb984ac8e084a012c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 7 Oct 2016 00:26:45 +0200 Subject: [PATCH] General comment update --- core/core-popup.el | 4 ++-- core/core-ui.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/core-popup.el b/core/core-popup.el index 9f6660148..07282012f 100644 --- a/core/core-popup.el +++ b/core/core-popup.el @@ -52,9 +52,9 @@ (esup-mode :noesc) (tabulated-list-mode :noesc))) - ;; There is no shackle-popup hook, so I hack one in + ;; There is no shackle-popup hook, so I created one: (advice-add 'shackle-display-buffer :around 'doom*popup-init) - ;; Tell these functions not to mess with popups + ;; Tell these functions not to mess with popups: (advice-add 'balance-windows :around 'doom*save-popup) (advice-add 'doom/evil-window-move :around 'doom*save-popup)) diff --git a/core/core-ui.el b/core/core-ui.el index c21ccf7e6..51d9fbb4f 100644 --- a/core/core-ui.el +++ b/core/core-ui.el @@ -157,7 +157,7 @@ (markdown-mode prog-mode scss-mode web-mode conf-mode groovy-mode nxml-mode snippet-mode php-mode) 'nlinum-mode) - ;; FIXME This only works if hl-line is active! + ;; FIXME This only works if hl-line is active! Why? (add-hook! nlinum-mode (if nlinum-mode-hook (add-hook 'post-command-hook 'doom|nlinum-hl-line nil t)