diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-26 20:27:39 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-03-26 20:27:39 +0000 |
commit | 542bcc6a8be0dc5b28bfe43d7e954f4476c7f02a (patch) | |
tree | 1d0337b03364cfce2fd0b700d48c1200703c2e73 /sx-inbox.el | |
parent | e73dcda1ea1ed044f1ed83192e7e7dd7e1ce59e4 (diff) | |
parent | ce6600296875e17009e2b85c769956cde55a2d53 (diff) |
Merge branch 'master' into more-ordering
Diffstat (limited to 'sx-inbox.el')
-rw-r--r-- | sx-inbox.el | 6 |
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 |