diff options
-rw-r--r-- | emacs/init.el | 5 |
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) |