about summary refs log tree commit diff
path: root/elisp.nix
Commit message (Collapse)AuthorAge
* elisp.nix: Fix errorFun when alwaysEnsure is null (default)adisbladis2021-08-12
|
* Default alwaysEnsure to null-as-false, only warn if it wasn't passedAndreas Fuchs2021-02-18
|
* Allow `leaf` to be used as an alternative to `use-package`..talyz2020-12-27
| | | | ..in `emacsWithPackagesFromUsePackage`.
* Add `alwaysTangle` argument to emacsWithPackagesFromUsePackagetalyz2020-08-11
| | | | | Add an option to tangle all Org mode babel code blocks by default and update the documentation.
* Use the native Org mode parsing capabilities of fromElisp...talyz2020-08-07
| | | | ..for IFD free Org babel file support.
* parsePackagesFromUsePackage: Allow passing config as a path & auto-tangle ↵adisbladis2020-07-31
| | | | org configs
* Add API breakage notice traceadisbladis2020-07-23
|
* Add option use-package-always-ensure behaviortalyz2020-07-18
| | | | | | | When `use-package-always-ensure` is set to `t`, `:ensure` defaults to `t`. This adds the `alwaysEnsure` argument to `emacsWithPackagesFromUsePackage` which, if set to true, emulates this behavior.
* elisp.nix: fix spelling and indentationtalyz2020-07-18
|
* Add emacsWithPackagesFromPackageRequiresSteve Purcell2020-06-20
| | | | | | This provides a mechanism for creating an Emacs closure that contains the runtime dependencies for a given Emacs package source file, by inspecting its Package-Requires header.
* emacsPackagesNg -> emacsPackagesSondre Nilsen2019-11-04
| | | | Upstream nixpkgs has dropped emacs*Ng*, they are now legacy aliases.
* Add a method to make Emacs closures from use-package declarationsadisbladis2019-08-19