aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 23:17:14 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 23:17:14 -0300
commitee0e79475ed49f0e28c530994beebbafd1d77ca8 (patch)
tree4366b16ccefd389b401734e385e2fb44d5a8c370 /sx-inbox.el
parente19068da5bc6ab29b3a0cd21daed3cf98708df39 (diff)
parentbe15643b64b64e5fcbcdc213c90a5fa9cd41e9df (diff)
Merge branch 'handle-html-tags' into print-question-without-temp-buffer
Diffstat (limited to 'sx-inbox.el')
-rw-r--r--sx-inbox.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/sx-inbox.el b/sx-inbox.el
index 21589fb..3048509 100644
--- a/sx-inbox.el
+++ b/sx-inbox.el
@@ -127,11 +127,7 @@ These are identified by their links.")
(setq tabulated-list-format
[("Type" 30 t nil t) ("Date" 10 t :right-align t) ("Title" 0)])
(setq mode-line-format sx-inbox--mode-line)
- (setq header-line-format sx-inbox--header-line)
- ;; @TODO: This will no longer be necessary once we properly
- ;; refactor sx-question-list-mode.
- (remove-hook 'tabulated-list-revert-hook
- #'sx-question-list--update-mode-line t))
+ (setq header-line-format sx-inbox--header-line))
;;; Keybinds