about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-11 18:24:28 -0600
committerCase Duckworth2020-12-11 18:24:28 -0600
commit98e8a29a7bb2c7cd9a35eb7c6f7010b8807501e3 (patch)
tree358ac5f86004a387ee09e2e321e9d2c9fd81f08f /config.org
parentChange company-minimum-prefix-length (diff)
downloademacs-98e8a29a7bb2c7cd9a35eb7c6f7010b8807501e3.tar.gz
emacs-98e8a29a7bb2c7cd9a35eb7c6f7010b8807501e3.zip
Add kaomoji
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index fabe291..cc6879e 100644 --- a/config.org +++ b/config.org
@@ -842,6 +842,14 @@ Until the =marginalia-annotators= settles, I’m disabling this section.
842 (text-mode-hook . typo-mode)) 842 (text-mode-hook . typo-mode))
843#+end_src 843#+end_src
844 844
845** Insert /kaomoji/
846
847#+begin_src emacs-lisp
848 (use-package insert-kaomoji
849 :bind
850 ("C-x 8 k" . insert-kaomoji))
851#+end_src
852
845* Applications 853* Applications
846 854
847** Magit 855** Magit