help-gnu-emacs
[Top][All Lists]
Advanced

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

Minor mode for texinfo


From: wael-zwaiter
Subject: Minor mode for texinfo
Date: Sat, 30 Jan 2021 13:17:31 +0100

Have added the foll/owing minor mode to my texinfo.el

Also I have in another file (display.el) the line

When I open a texinfo file I get to the correct texinfo mode.  But the
minor mode is not being activated, and have to use "M-x crucible-mode".

Why in the minor made not being activated automatically?

----- display.el -----
(add-to-list 'auto-mode-alist '("\\.texi\\'" . texinfo-mode))


----- texinfo.el -----
(add-to-list
   'load-path "~/Genadm/build/gungadin-1.0/elisp/crucible")
;;(require 'crucible-mode "crucible-mode-prot-2021-01-28-utc0656")
(require 'crucible-mode)
(add-hook 'texinfo-mode-hook 'crucible-mode)






reply via email to

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