summaryrefslogtreecommitdiff
path: root/.config/nyxt/kaomoji.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-10-16 20:45:23 +0300
committerThanos Apollo <[email protected]>2023-10-16 20:45:23 +0300
commitfdd11abce2a0205bbc96077ca9c4cf1e85e8b98e (patch)
tree3edfe8ed0e07d3c3951676c2543a2f9d2894d0c1 /.config/nyxt/kaomoji.lisp
parentfe9b8acaa2c05665d51695f3b3ce10b5a6fcc2d7 (diff)
Remove nyxt
Diffstat (limited to '.config/nyxt/kaomoji.lisp')
-rw-r--r--.config/nyxt/kaomoji.lisp10
1 files changed, 0 insertions, 10 deletions
diff --git a/.config/nyxt/kaomoji.lisp b/.config/nyxt/kaomoji.lisp
deleted file mode 100644
index f288b03..0000000
--- a/.config/nyxt/kaomoji.lisp
+++ /dev/null
@@ -1,10 +0,0 @@
-(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))))