* Minor mode for texinfo
@ 2021-01-30 12:17 wael-zwaiter
0 siblings, 0 replies; only message in thread
From: wael-zwaiter @ 2021-01-30 12:17 UTC (permalink / raw)
To: Help Gnu Emacs
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-01-30 12:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-30 12:17 Minor mode for texinfo wael-zwaiter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).