diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 22:24:58 -0300 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 22:24:58 -0300 |
commit | ee4e74f25fdb97faf4cb92952072a42b7b507e2a (patch) | |
tree | ea083b78a425cde9ed8184ba269894c15f10f938 /sx-inbox.el | |
parent | cd629005cc68f0eeefc42a92ea1e75658791439f (diff) | |
parent | f4ba0e2a11581477e412c276080a049d19351361 (diff) |
Merge branch 'master' into generate-header-line-from-keymap
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 |