diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-12 11:53:34 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-12 11:53:34 -0500 |
commit | a40dc44e423720366ae865f68b2311c86735cef7 (patch) | |
tree | dbf96692da88d75b1b732c11c6e8d427d1e37fd3 /modules | |
parent | 1cf69cc8aed7ca0e0c2dff1d5e235a7d5edca3da (diff) | |
download | emacs-personal-a40dc44e423720366ae865f68b2311c86735cef7.tar.lz emacs-personal-a40dc44e423720366ae865f68b2311c86735cef7.tar.xz emacs-personal-a40dc44e423720366ae865f68b2311c86735cef7.zip |
Change capital-case and Emoticon to Kaomonji
Diffstat (limited to 'modules')
-rw-r--r-- | modules/init-icons.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/init-icons.el b/modules/init-icons.el index 1a0d0db..e9e7163 100644 --- a/modules/init-icons.el +++ b/modules/init-icons.el @@ -14,7 +14,7 @@ ;; Fonts - connecting with neotree ;;--------------------------------- (if (member "all-the-icons" (font-family-list)) - (message "the icons are installed :)") + (message "The all-the-icons are installed (.❛ ᴗ ❛.)") (setq neotree-mode-hook 'all-the-icons-install-fonts))) ;; fix performace |