Browse Source

org-table.el (org-table-header-line-mode): Add a lighter

* lisp/org-table.el (org-table-header-line-mode): Add a lighter.
Bastien 5 năm trước cách đây
mục cha
commit
c1297652be
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      lisp/org-table.el

+ 1 - 0
lisp/org-table.el

@@ -510,6 +510,7 @@ existing value of `header-line-format' we might want to restore."
 ;;;###autoload
 (define-minor-mode org-table-header-line-mode
   "Display the first row of the table at point in the header line."
+  nil " TblHl" nil
   :global nil
   :group 'org-table
   (unless (eq major-mode 'org-mode)