emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] “Match data clobbered by buffer modification hooks”


From: Saša Janiška
Subject: Re: [O] “Match data clobbered by buffer modification hooks”
Date: Mon, 14 Nov 2016 12:36:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Nicolas Goaziou <address@hidden> 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

-- 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]