Skip to content

localauthor/tab-sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

tab-sets.el - Save and restore tab-bar tabs in Emacs

This package allows you to save the configuration of tab-bar-mode tabs open in the current frame and restore that set of tabs later.

Saved tab sets persist between sessions, saved in tab-sets-data-file. (Set this variable to a path before trying to save.)

To use with embark, add (tab-sets-setup-embark) to your init file.

Installation

This package is not in a package archive, so it must be istalled directly.

Sample config:

(use-package tab-sets
  :ensure nil
  :vc (:url "https://github.com/localauthor/tab-sets")
  :custom
  (tab-sets-data-file "~/.emacs.d/var/tab-sets.eld")
  :config
  (tab-sets-setup-embark))

About

Save and restore tab-bar tabs in emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published