branch: externals/calibre
commit fd949f1813f6eea4913f1559edab57ed6b59f2e8
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>

    Set name of calibre-library-mode
    
    * calibre-library.el (calibre-library-mode): Set display name.
---
 calibre-library.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/calibre-library.el b/calibre-library.el
index 64e4f01622..1ff4e7dd79 100644
--- a/calibre-library.el
+++ b/calibre-library.el
@@ -121,6 +121,7 @@
   "o" #'calibre-library-open-book-other-window)
 
 (define-derived-mode calibre-library-mode tabulated-list-mode
+  "Library Mode"
   (setf tabulated-list-padding 2)
   (setq-local revert-buffer-function #'calibre-library-revert)
   (setq-local font-lock-defaults

Reply via email to