diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-12-27 13:55:18 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-12-27 13:55:18 -0300 |
commit | db6cca3a0fc51bf63d60bedc778d91d99b8bdc93 (patch) | |
tree | 4c70b278c68510fc24863755a3ffd6f0b8a509a4 | |
parent | d4da50edc786dff63572bf64269b51d56a3a18fc (diff) | |
download | luakit-master.tar.gz luakit-master.tar.bz2 |
-rw-r--r-- | config.dot/luakit.link/rc.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.dot/luakit.link/rc.lua b/config.dot/luakit.link/rc.lua index dd054b8..85bd908 100644 --- a/config.dot/luakit.link/rc.lua +++ b/config.dot/luakit.link/rc.lua @@ -115,6 +115,9 @@ local search = require "search" -- Add ordering of new tabs local taborder = require "taborder" +-- Add grouping of tabs +local tabgroups = require "tabgroups" + -- Save web history local history = require "history" local history_chrome = require "history_chrome" |