Updated tab bar

This commit is contained in:
2025-11-15 00:09:48 +02:00
parent 25c532d978
commit 1824e5cee8
3 changed files with 15 additions and 5 deletions
Generated
+4 -4
View File
@@ -6,11 +6,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1762286940, "lastModified": 1763158102,
"narHash": "sha256-d8VgEZDl+ijHJk8j0Ud7DJ3VirZ5j1z1+kgNuaZRPjI=", "narHash": "sha256-ceCGsdhEToLJ4tMkvdiRDjGwuWfoslDQkqi8+bOrmHU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "0eff317e77acd24d2dbb2af0891f38b37a2c5324", "rev": "181e107e0f16326b56b07ba7d7f640f33547fa57",
"revCount": 61, "revCount": 62,
"type": "git", "type": "git",
"url": "file:./azos-core" "url": "file:./azos-core"
}, },
+10
View File
@@ -42,6 +42,16 @@
(kbd "h") 'azos/connect-headphones) (kbd "h") 'azos/connect-headphones)
#+end_src #+end_src
** Tab bar setup
#+begin_src emacs-lisp
(azos/bat/enable-tab-display)
(azos/network/enable-tab-display)
(azos/audio/enable-tab-display)
#+end_src
* Provide * Provide
#+begin_src emacs-lisp #+begin_src emacs-lisp