aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 23:02:20 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 23:02:20 -0300
commitbe15643b64b64e5fcbcdc213c90a5fa9cd41e9df (patch)
treec0ad93572654e164ffe3b0ca90c6a80e1ac4c96e /sx-inbox.el
parenta746338150587a400a0fc09a7607341ac10a5159 (diff)
parentcd72f5f03dcc3490318920ef95fc09b07ae900da (diff)
Merge branch 'master' into handle-html-tags
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