mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
README: add doc for defaultInitFile
This commit is contained in:
parent
4fd0bbbedf
commit
57ee1eaab6
1 changed files with 11 additions and 0 deletions
11
README.org
11
README.org
|
|
@ -91,6 +91,17 @@ required in a user's config via =use-package= or =leaf=.
|
|||
# config = ./emacs.org;
|
||||
config = ./emacs.el;
|
||||
|
||||
# Whether to include your config as a default init file.
|
||||
# If being bool, the value of config is used.
|
||||
# Its value can also be a derivation like this if you want to do some
|
||||
# substitution:
|
||||
# defaultInitFile = pkgs.substituteAll {
|
||||
# name = "default.el";
|
||||
# src = ./emacs.el;
|
||||
# inherit (config.xdg) configHome dataHome;
|
||||
# };
|
||||
defaultInitFile = true;
|
||||
|
||||
# Package is optional, defaults to pkgs.emacs
|
||||
package = pkgs.emacsGit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue