From ccf1998da3be5ca0bc5233cae055154c6cc432b3 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Tue, 29 Nov 2022 12:18:43 -0900 Subject: [PATCH] Embark: note about gnome _e_ issue (ibus-setup) --- lisp/mitch-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 5b00567..4da12ab 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -334,7 +334,7 @@ see https://www.reddit.com/r/emacs/comments/xq6rpa/comment/iqynyu9/?utm_source= :general (general-define-key :keymap minibuffer-mode-map - "C-." 'embark-act + "C-." 'embark-act ; broken by default on gnome. Run `ibus-setup' -> emoji "C-;" 'embark-dwim) :init ;; :TODO: Should we put this in the which-key section?