Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for Melpa #7

Merged
merged 11 commits into from
Sep 11, 2022
Merged

Prepare for Melpa #7

merged 11 commits into from
Sep 11, 2022

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    2dbfab8 View commit details
    Browse the repository at this point in the history
  2. Disable hook for now

    @purcell from MELPA said:
    
    "Don't use your own major mode hook like this. Instead, provide a
    defcustom called something like "mint-format-on-save", and then add
    mint-format-on-save-maybe to before-save-hook. Note that I say
    before-save-hook, while you're currently using after-save-hook:
    mint-format-file wrongly assumes that every buffer will have an
    associated file, which is not true. mint-format-file should instead
    either copy the current buffer's contents to a temporary file, or you
    can use call-process-region/shell-command-on-region if mint format can
    read from STDIN."
    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    13dae5e View commit details
    Browse the repository at this point in the history
  3. Avoid byte-compiler warning

    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ec48b8c View commit details
    Browse the repository at this point in the history
  4. Add .elc to gitignore

    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    cf088db View commit details
    Browse the repository at this point in the history
  5. Break long lines

    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    8ce8295 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b88f89f View commit details
    Browse the repository at this point in the history
  7. Get seq package by depending on Emacs 25.1

    Easier than a separate Package-Requires declaration for `seq`.
    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3cc9c2c View commit details
    Browse the repository at this point in the history
  8. Appease checkdoc

    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    579fc7b View commit details
    Browse the repository at this point in the history
  9. Fix regexp-opt usage

    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    13f401b View commit details
    Browse the repository at this point in the history
  10. Say "regexp" instead of "regex"

    The former is the standard spelling in Emacs.
    lassik committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    9cae04f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

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