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: knu/smartparens Loading
base: f7cf316
Choose a base ref
...
head repository: Fuco1/smartparens Loading
compare: c7519a1
Choose a head ref
  • 15 commits
  • 9 files changed
  • 5 contributors

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    36f2e80 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. feat(lisp): insert space before opening paren after slurping

    This prevents some weirdly formatted code like (foo)(bar)
    becomnig (foo(bar)) instead of (foo (bar))
    
    Fixes Fuco1#781
    Fuco1 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    0fe32ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cb5996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5ddcb7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    470451b View commit details
    Browse the repository at this point in the history
  5. feat(coq): add basic config for Coq

    Fuco1 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    236748c View commit details
    Browse the repository at this point in the history
  6. feat: disable strict mode if smartparens-mode is turned off

    This will remove some strict mode map remappings which would otherwise
    stay in effect.
    Fuco1 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    74d2b65 View commit details
    Browse the repository at this point in the history
  7. Add customizable behavior allowing backward-delete of blank sexps

    This also changes the return value of `sp-point-in-blank-sexp` to
    return the beginning and ending positions of the enclosing regexp.
    timor authored and Fuco1 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    cf57048 View commit details
    Browse the repository at this point in the history
  8. docs: clarify the docstrings

    Fuco1 committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    a865339 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98f1357 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Use fboundp for functions

    knu committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    f9fc6c9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Fuco1#1211 from knu/fix-enh-ruby-mode

    Use fboundp for functions
    Fuco1 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    71eab0b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. docs: fix typo

    Fuco1 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    ab475c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    cf78df1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request Fuco1#1216 from wyuenho/c-ts-modes

    config for c-ts-mode and c++-ts-mode
    Fuco1 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    c7519a1 View commit details
    Browse the repository at this point in the history
Loading