emacs-devel
[Top][All Lists]
Advanced

[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: Mon, 02 Nov 2020 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.



reply via email to

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