diff options
author | Thanos Apollo <[email protected]> | 2024-02-02 17:53:54 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-02 17:54:26 +0200 |
commit | 88239c51ba4a8e2eda1e68b419452980811903c6 (patch) | |
tree | 4f382a728649b7f0a3dbeb9e2526dcf408800848 /.config/nyxt/config.lisp | |
parent | 687a0fa8c2e757bc848d7da1abe610b12445a198 (diff) |
nyxt: Update handl-url
Diffstat (limited to '.config/nyxt/config.lisp')
-rw-r--r-- | .config/nyxt/config.lisp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/nyxt/config.lisp b/.config/nyxt/config.lisp index d7c8ca5..6540815 100644 --- a/.config/nyxt/config.lisp +++ b/.config/nyxt/config.lisp @@ -17,8 +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" "commands")) - + :components ("keys" "colors" "commands")) (define-configuration (:modable-buffer :prompt-buffer :editor-buffer) "Set up Emacs keybindings everywhere possible." |