diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 23:02:20 -0300 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 23:02:20 -0300 |
commit | be15643b64b64e5fcbcdc213c90a5fa9cd41e9df (patch) | |
tree | c0ad93572654e164ffe3b0ca90c6a80e1ac4c96e /sx-inbox.el | |
parent | a746338150587a400a0fc09a7607341ac10a5159 (diff) | |
parent | cd72f5f03dcc3490318920ef95fc09b07ae900da (diff) |
Merge branch 'master' into handle-html-tags
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 |