diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/init.el b/init.el index b930513..151bc69 100644 --- a/init.el +++ b/init.el | |||
@@ -488,7 +488,7 @@ | |||
488 | org-tags-column (- (- fill-column (length org-ellipsis))) | 488 | org-tags-column (- (- fill-column (length org-ellipsis))) |
489 | org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" | 489 | org-todo-keywords '((sequence "TODO(t)" "WAIT(w@/!)" |
490 | "|" "DONE(d!)") | 490 | "|" "DONE(d!)") |
491 | (sequence "|" "CANCELED(k!)") | 491 | (sequence "|" "CANCELED(k@)") |
492 | (sequence "MEETING(m)"))) | 492 | (sequence "MEETING(m)"))) |
493 | (:bind "RET" #'+org-return-dwim | 493 | (:bind "RET" #'+org-return-dwim |
494 | "<S-return>" #'+org-table-copy-down | 494 | "<S-return>" #'+org-table-copy-down |
@@ -609,7 +609,11 @@ | |||
609 | (:option tab-bar-tab-name-function '+tab-bar-basename | 609 | (:option tab-bar-tab-name-function '+tab-bar-basename |
610 | tab-bar-tab-name-truncated-max 20 | 610 | tab-bar-tab-name-truncated-max 20 |
611 | tab-bar-tab-name-ellipsis truncate-string-ellipsis | 611 | tab-bar-tab-name-ellipsis truncate-string-ellipsis |
612 | tab-bar-show t) | 612 | tab-bar-show t |
613 | tab-bar-close-button-show t | ||
614 | tab-bar-close-button (propertize " ✕ " 'display t | ||
615 | 'close-tab t) | ||
616 | tab-bar-new-button (propertize "+ " 'display t)) | ||
613 | (tab-bar-mode +1) | 617 | (tab-bar-mode +1) |
614 | (if (version< emacs-version "28.0") | 618 | (if (version< emacs-version "28.0") |
615 | (+tab-bar-misc-info-mode +1) | 619 | (+tab-bar-misc-info-mode +1) |
@@ -1089,6 +1093,7 @@ See also `crux-reopen-as-root-mode'." | |||
1089 | "&" #'+elfeed-show-browse-generic | 1093 | "&" #'+elfeed-show-browse-generic |
1090 | "RET" #'shr-browse-url) | 1094 | "RET" #'shr-browse-url) |
1091 | (:hook #'reading-mode) | 1095 | (:hook #'reading-mode) |
1096 | (:option +elfeed--update-first-time 60) | ||
1092 | (+elfeed-update-async-mode +1))) | 1097 | (+elfeed-update-async-mode +1))) |
1093 | 1098 | ||
1094 | (setup (:straight elfeed-org) | 1099 | (setup (:straight elfeed-org) |