diff options
-rw-r--r-- | config.org | 8 |
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 |