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

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

File for minor mode not found


From: fatiparty
Subject: File for minor mode not found
Date: Sun, 9 Jan 2022 06:14:33 +0100 (CET)

Have made a minor mode called daph stored in file path

~/Admir/typ/zig/daph-ideograms"

This is the call for daph-minor-mode

(define-minor-mode daph-minor-mode

At the end or the file I use (provide 'daph)

In another file I call the minor mode

(defun fad-daph-ideograms ()
   "Tex command highlighting."

   (add-to-list
      'load-path "~/Admir/typ/zig/daph-ideograms")

   (require 'daph)
   (daph-ideograms-launch)
   (add-hook 'texinfo-mode-hook #'daph-minor-mode))

But when I launch emacs I get

File is missing: Cannot open load file, No such file or directory, daph

What is happening, and how can I fix this?








reply via email to

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