Saša Janiška <g...@atmarama.com> writes: > 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?
I don't have emoji-cheat-sheet-plus. I think it would be worth reporting the problem upstream. It is probably missing `save-match-data' in function called through `after-change-functions' and `post-command-hook'. Regards,