Config: install eat.

This commit is contained in:
2026-05-06 18:39:21 +08:00
parent 8ecbd64595
commit c45c46d8f3
7 changed files with 29 additions and 23 deletions

View File

@@ -99,6 +99,18 @@ Disable jinx-mode if it's enable and global-jinx-mode is disable , otherwise tog
(org-journal-new-entry nil)
(delete-other-windows))
(defun org-table-align-all ()
"Ajust all table in current buffer."
(interactive)
(save-excursion
(goto-char (point-min))
(org-table-map-tables 'org-table-align t)))
(defun org-align-description-list ()
"Ajust all `::' in active region. "
(interactive)
(align-regexp (region-beginning) (region-end) "\\(\\s-*\\)::" 1 1 nil))
(defun switch-to-emms-playlist()
"Switch to emms playlist."
(interactive)