diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 22:26:42 -0300 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-02-26 22:26:42 -0300 |
commit | a603180449f9d17f5f7230638f43e3b2c6ecc363 (patch) | |
tree | 5f921eded79a1b1a068a1558d355ca9c9fe783a2 /sx-inbox.el | |
parent | d8968604c6d2e11e5365031759069fb5a671f688 (diff) | |
parent | ee4e74f25fdb97faf4cb92952072a42b7b507e2a (diff) |
Merge branch 'generate-header-line-from-keymap' into delete-command
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 |