This extension aims to help you paste your favorite kaomojis on the Internet with ease ヾ(@゜▽゜@)ノ
Just call kaomoji-fill
and choose the one you like ☆彡
Clone the repo to your machine:
# The ~/.local/share/nyxt/extensions/ is the default path Nyxt looks
# for extensions in. Change to wherever you set your extension path.
git clone --recursive https://github.com/aartaka/nx-kaomoji ~/.local/share/nyxt/extensions/nx-kaomoji
Then, add these lines to your Nyxt init.lisp:
#+nyxt-2
(load-after-system :nx-kaomoji (nyxt-init-file "kaomoji.lisp"))
#+nyxt-3
(define-nyxt-user-system-and-load "nyxt-user/kaomoji"
:depends-on (:nx-kaomoji) :components ("kaomoji.lisp"))
And create kaomoji.lisp next to init.lisp. Put these lines in it:
;;; kaomoji.lisp
(in-package #:nyxt-user)
(define-configuration buffer
((override-map (keymap:define-key %slot-default
"C-c K" 'nx-kaomoji:kaomoji-fill))))
And you’re good to go! Press the Control-c K
and paste your favorite
Kaomoji wherever you like ᕦ(ò_óˇ)ᕤ