diff options
| -rw-r--r-- | emacs-config.org | 15 |
1 files changed, 0 insertions, 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. |
