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: cf719bf9a8f8
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d15090dbe6f5
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 14, 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
    rycee committed Mar 14, 2020
    Copy the full SHA
    2d2de74 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2020

  1. Merge pull request #82604 from rycee/fix/emacs-setup-hook

    emacs: improve setup hook
    adisbladis committed Mar 15, 2020
    Copy the full SHA
    d15090d View commit details
    Browse the repository at this point in the history