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/nix-mode
base: 7d681ff81bce
Choose a base ref
...
head repository: NixOS/nix-mode
compare: 5b5961780f3b
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Sep 4, 2019

  1. Emacs 25 is now the minimum version required

    This is due to use of pcase-exhaustive (and subr-x in general requires
    24.4).
    purcell committed Sep 4, 2019
    Copy the full SHA
    abf54fb View commit details
    Browse the repository at this point in the history
  2. Give "-" the "symbol" character class, since it is a legal symbol con…

    …stituent
    
    This still allows "-" to be highlighted correctly when used as a binary
    or unary operator.
    purcell committed Sep 4, 2019
    Copy the full SHA
    de6ef0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #90 from purcell/dash-syntax

    Dash syntax
    matthewbauer committed Sep 4, 2019
    Copy the full SHA
    5b59617 View commit details
    Browse the repository at this point in the history