summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-09-08 17:23:41 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-09-08 17:23:41 +0200
commit2826a820b7999332f003541026f59254deb1487a (patch)
treef07f3382573c45186bf06812d9b43a0600b82a6c
parentd4f2c4c4f95013d0b71e4ee1a070411ac97af9b0 (diff)
No goodies to check out, this has been moved to my Agenda todo instead
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 302bea9..0627806 100644
--- a/README.md
+++ b/README.md
@@ -11,14 +11,3 @@ This setup is tested on Emacs 30.1, this means some packages are already built-i
- `pdf-tools` with `emacsPackages.pdf-tools`
Additionally the theme custom module assumes you are running Gnome
-
-## Goodies to check out
-
-### Tab management
-
-```elisp
-;; Tab history
-(tab-bar-history-mode t)
-(global-set-key (kbd "M-[") 'tab-bar-history-back)
-(global-set-key (kbd "M-]") 'tab-bar-history-forward)
-```