🐛 (tab-bar-helpers) Fix for missing hydra dependency

This commit is contained in:
Marcel Kapfer 2025-06-28 15:12:50 +02:00
parent 92aeed85e8
commit 303ff8b3f6
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -4,6 +4,7 @@
;;; Personal helpers and shortcuts to work more effectively with tab-bar mode. ;;; Personal helpers and shortcuts to work more effectively with tab-bar mode.
;;; Code: ;;; Code:
(require 'hydra)
(defun mmk2410/tab-bar-new-tab (name func) (defun mmk2410/tab-bar-new-tab (name func)
"Create new tab using FUNC with name NAME." "Create new tab using FUNC with name NAME."