aboutsummaryrefslogtreecommitdiff
path: root/sx-inbox.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 22:24:58 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-02-26 22:24:58 -0300
commitee4e74f25fdb97faf4cb92952072a42b7b507e2a (patch)
treeea083b78a425cde9ed8184ba269894c15f10f938 /sx-inbox.el
parentcd629005cc68f0eeefc42a92ea1e75658791439f (diff)
parentf4ba0e2a11581477e412c276080a049d19351361 (diff)
Merge branch 'master' into generate-header-line-from-keymap
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