diff options
author | Thanos Apollo <[email protected]> | 2024-01-31 13:05:04 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-31 13:05:04 +0200 |
commit | d67e5585467cd2b1f309f211ee0c43c36916d8ca (patch) | |
tree | 5e1bb7035e8a7f0eb92543e8e56b89b16ac76eb1 /.config/nyxt/config.lisp | |
parent | 9a9b74e6cc4f19cc233f4672755b950572a5d524 (diff) |
nyxt: Add commands.lisp
Diffstat (limited to '.config/nyxt/config.lisp')
-rw-r--r-- | .config/nyxt/config.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nyxt/config.lisp b/.config/nyxt/config.lisp index 898fe4c..d7c8ca5 100644 --- a/.config/nyxt/config.lisp +++ b/.config/nyxt/config.lisp @@ -17,7 +17,7 @@ Extension files (like dark-reader.lisp) are to append to this list. Why the variable? Because it's too much hassle copying it everywhere.") (define-nyxt-user-system-and-load nyxt-user/basic-config - :components ("keybinds" "colorscheme")) + :components ("keybinds" "colorscheme" "commands")) (define-configuration (:modable-buffer :prompt-buffer :editor-buffer) |