Nicolas Goaziou <m...@nicolasgoaziou.fr> writes: > The latter.
Thank you for your assistance - I was able to find the problematic piece of setup (https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus): ;; emoji cheat sheet (use-package emoji-cheat-sheet-plus :ensure t :init (progn ;; enabled emoji in buffer (add-hook 'org-mode-hook 'emoji-cheat-sheet-plus-display-mode) ;; insert emoji with helm (global-set-key (kbd "C-c C-e") 'emoji-cheat-sheet-plus-insert))) Can you try to add the above snippet and check whether you can reproduce the problem? Sincerely, Gour --