mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General minor refactor & docstring fixes
This commit is contained in:
@ -47,9 +47,10 @@
|
||||
(bar matches " %b " selection-info)
|
||||
())
|
||||
|
||||
(add-hook! twittering-mode
|
||||
(defun +twitter|switch-mode-and-header-line ()
|
||||
(setq header-line-format (or (doom-modeline 'twitter) mode-line-format)
|
||||
mode-line-format nil))
|
||||
(add-hook 'twittering-mode-hook #'+twitter|switch-mode-and-header-line)
|
||||
|
||||
(map! :map twittering-mode-map
|
||||
"q" #'+twitter/quit
|
||||
|
Reference in New Issue
Block a user