[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
icomplete-mode in emacs-startup-hook stopped working
From:
Pankaj Jangid
Subject:
icomplete-mode in emacs-startup-hook stopped working
Date:
2020年11月02日 09:47:57 +0530
User-agent:
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin)
I have this in my startup file:
--8<---------------cut here---------------start------------->8---
(add-hook 'emacs-startup-hook
(lambda ()
(icomplete-mode t)))
--8<---------------cut here---------------end--------------->8---
Till yesterday, it was working. In today's build it is
not. `icomplete-mode' is not active after startup.
I have tried this,
--8<---------------cut here---------------start------------->8---
(add-hook 'emacs-startup-hook
(lambda ()
(message "hello, i have started")))
--8<---------------cut here---------------end--------------->8---
This is working. So there is must be somthing wrong with my 1st snippet.
- icomplete-mode in emacs-startup-hook stopped working,
Pankaj Jangid <=