diff options
author | Case Duckworth | 2020-12-11 18:24:28 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-11 18:24:28 -0600 |
commit | 98e8a29a7bb2c7cd9a35eb7c6f7010b8807501e3 (patch) | |
tree | 358ac5f86004a387ee09e2e321e9d2c9fd81f08f | |
parent | Change company-minimum-prefix-length (diff) | |
download | emacs-98e8a29a7bb2c7cd9a35eb7c6f7010b8807501e3.tar.gz emacs-98e8a29a7bb2c7cd9a35eb7c6f7010b8807501e3.zip |
Add kaomoji
-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 |