diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/init.el b/init.el index 6940a12..53a8a81 100644 --- a/init.el +++ b/init.el | |||
@@ -492,7 +492,7 @@ | |||
492 | org-tags-column (- (- fill-column (length org-ellipsis))) | 492 | org-tags-column (- (- fill-column (length org-ellipsis))) |
493 | org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" | 493 | org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" |
494 | "|" "DONE(d!)") | 494 | "|" "DONE(d!)") |
495 | (sequence "|" "CANCELED(k@/!)") | 495 | (sequence "|" "CANCELED(k@)") |
496 | (sequence "MEETING(m)"))) | 496 | (sequence "MEETING(m)"))) |
497 | (:bind "RET" #'+org-return-dwim | 497 | (:bind "RET" #'+org-return-dwim |
498 | "<S-return>" #'+org-table-copy-down | 498 | "<S-return>" #'+org-table-copy-down |
@@ -613,7 +613,11 @@ | |||
613 | (:option tab-bar-tab-name-function '+tab-bar-basename | 613 | (:option tab-bar-tab-name-function '+tab-bar-basename |
614 | tab-bar-tab-name-truncated-max 20 | 614 | tab-bar-tab-name-truncated-max 20 |
615 | tab-bar-tab-name-ellipsis truncate-string-ellipsis | 615 | tab-bar-tab-name-ellipsis truncate-string-ellipsis |
616 | tab-bar-show t) | 616 | tab-bar-show t |
617 | tab-bar-close-button-show t | ||
618 | tab-bar-close-button (propertize " ✕ " 'display t | ||
619 | 'close-tab t) | ||
620 | tab-bar-new-button (propertize "+ " 'display t)) | ||
617 | (tab-bar-mode +1) | 621 | (tab-bar-mode +1) |
618 | (if (version< emacs-version "28.0") | 622 | (if (version< emacs-version "28.0") |
619 | (+tab-bar-misc-info-mode +1) | 623 | (+tab-bar-misc-info-mode +1) |