summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authornoa2025-02-22 02:52:24 +0800
committernoa2025-02-22 02:52:24 +0800
commit38ef91ca123fac2ef8179fbcd0dfe1e11add4422 (patch)
treee5b3d748d6adbcfbbf537a2803d282fd89866c51 /emacs
parent4e5761fa9d966f26daf012edec2864a0c42c6c26 (diff)
Remove disabled emoji keybind. Emojis are already on C-x 8 e s
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 84f57bf..6c1fb61 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -55,11 +55,6 @@
            (member "Noto Emoji" (font-family-list)))
   (set-fontset-font t 'emoji (font-spec :family "Noto Emoji") nil 'append))
 
-;; While we're here, let's set up emoji input.
-(use-package emoji
-  :disabled t
-  :bind ("C-." . emoji-search))
-
 ;; Nicer terminal emacs
 (set-display-table-slot standard-display-table 'vertical-border (make-glyph-code ?│))
 (setq mode-line-end-spaces nil)