[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38746] [PATCH] gnu: emacs-shroud: Update to 1.105.
From: |
Amar M. Singh |
Subject: |
[bug#38746] [PATCH] gnu: emacs-shroud: Update to 1.105. |
Date: |
Thu, 26 Dec 2019 13:49:24 +0000 |
Hi Efraim,
Autoloads.el is used to lazily load an Elisp package. It causes the main
commands to be available to Emacs user before the whole package is loaded.
In Guix System, if a package doesn't have autoloads it won't be automatically
loaded into Emacs. One will need to add '(require 'package) to '.emacs'.
In case of my package:
(require 'shroud)
without this Emacs wouldn't load Shroud.
Regards,
Amar Singh <address@hidden>
https://o-nly.github.io
-------------------------------------------------------------
Sent from my Android device with Librem Mail. Please excuse my brevity.