diff options
author | Thanos Apollo <[email protected]> | 2023-09-27 02:10:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-09-27 02:10:25 +0300 |
commit | 47b73144d1b30514df003560851de3bd06e88b81 (patch) | |
tree | 27b0b2e914c6867d90f6ce456b123606803a8a09 /.config/nyxt/kaomoji.lisp | |
parent | 696a16039e28e5844a164d69f60006b9c11a0067 (diff) |
[New] Add nyxt, slightly modified config from aartaka
Diffstat (limited to '.config/nyxt/kaomoji.lisp')
-rw-r--r-- | .config/nyxt/kaomoji.lisp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/nyxt/kaomoji.lisp b/.config/nyxt/kaomoji.lisp new file mode 100644 index 0000000..f288b03 --- /dev/null +++ b/.config/nyxt/kaomoji.lisp @@ -0,0 +1,10 @@ +(in-package #:nyxt-user) + +;;;; This is a file with settings for my nx-kaomoji extension. +;;;; You can find it at https://github.com/aartaka/nx-kaomoji + +(define-configuration :document-mode + "Add a single keybinding for the extension-provided `kaomoji-fill' command." + ((keymap-scheme + (alter-keyscheme %slot-value% nyxt/keyscheme:emacs + "C-c K" 'nx-kaomoji:kaomoji-fill)))) |