Skip to content

Commit

Permalink
feat(wezterm): load settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sravioli committed Oct 20, 2023
1 parent a804ed2 commit d04a9c1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@ return Config:init()
:add(require "config.cursor")
:add(require "config.general")
:add(require "config.appearance")
:add(require "config.exit-behavior").options
:add(require "config.exit-behavior")
:add(require "keys.tables")
:add(require "keys.bindings").options
-- :add(require "config.command-palette")

0 comments on commit d04a9c1

Please sign in to comment.