Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: eaa383919466
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 911c0a54b303
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 29, 2020

  1. emacs: improve setup hook

    - Add packages installed in a sub-directory of site-lisp, such as
      mu4e, to EMACSLOADPATH.
    
    - Add ELPA packages to EMACSLOADPATH.
    
    - Add each package only once to EMACSLOADPATH. Before, each package
      would typically be added twice for each transitive dependency
      leading to a huge variable for a package having many dependencies.
    
    Fixed #78680
    
    (cherry picked from commit 2d2de74)
    rycee authored and cprussin committed Apr 29, 2020
    Copy the full SHA
    a900089 View commit details
    Browse the repository at this point in the history
  2. emacs: fix setup-hook

    This change fixes byte compilation of, e.g., Helm without breaking
    builds using, e.g., `trivialBuild`.
    
    See #82604 (comment)
    
    (cherry picked from commit bf486f7)
    rycee authored and cprussin committed Apr 29, 2020
    Copy the full SHA
    49f7706 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #86344 from cprussin/release-20.03

    [20.03] emacs: improve setup hook
    rycee committed Apr 29, 2020
    Copy the full SHA
    911c0a5 View commit details
    Browse the repository at this point in the history