From 4e3be2ab49824460e3422a7002942e1f9486685e Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Wed, 15 Oct 2025 19:47:51 +0100 Subject: Remove one-tab-per-project package --- emacs-config.org | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/emacs-config.org b/emacs-config.org index e50c80a..0634df4 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -2046,21 +2046,6 @@ Extra Emacs font lock rules for a more colourful dired. :hook (dired-mode . diredfl-mode)) #+end_src -** One-tab-per-project -https://github.com/abougouffa/one-tab-per-project -Automatically create a tab per project, providing a light tab-bar based workspace management for Emacs. - -#+begin_src elisp - (use-package otpp - :after project - :init - ;; Enable `otpp-mode` globally - (otpp-mode) - ;; If you want to advice the commands in `otpp-override-commands` - ;; to be run in the current's tab (so, current project's) root directory - (otpp-override-mode)) -#+end_src - ** Dired Hacks https://github.com/Fuco1/dired-hacks Collection of useful dired additions. -- cgit