branch: externals/mct commit 8b8e9d4609afa76991e697170141b0054002aaad Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Clarify that electric-indent-mode bug is not mct's --- mct.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mct.el b/mct.el index 580bbe38f8..8d8d6111b9 100644 --- a/mct.el +++ b/mct.el @@ -1236,6 +1236,12 @@ minibuffer)." (apply app) (completion-in-region-mode -1)) +;; UPDATE 2022-01-01 13:12 +0200: Actually this is not related to mct. +;; I can reproduce it in emacs -Q with just those: +;; +;; (electric-indent-mode 1) +;; (setq-default tab-always-indent 'complete) +;; ;; FIXME 2022-01-01: I experienced a bug which is as follows: ;; ;; + (electric-indent-mode 1)