aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 16:02:23 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 16:02:23 -0300
commit7ef768bce7a943a55774f225022d8883c95a523f (patch)
treedd24e8e91625a798eb683141b799b4c14964aae6 /sx-inbox.el
parentb6fc510cf55b2847301c92acc2cd3c128e8a9dff (diff)
parent2f398913b77d190f2e0c96ba15296c231ba21e18 (diff)
Merge pull request #258 from vermiculus/small-improvements
Small improvements
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