emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/nix-mode created (now 00b2b8da57)


From: ELPA Syncer
Subject: [nongnu] branch elpa/nix-mode created (now 00b2b8da57)
Date: Sat, 29 Jan 2022 08:25:47 -0500 (EST)

elpasync pushed a change to branch elpa/nix-mode.

        at  00b2b8da57 Merge pull request #145 from 
NixOS/dependabot/github_actions/cachix/install-nix-action-16

This branch includes the following new commits:

       new  687665a6b0 Initial commit
       new  1e74e5021a Create LICENSE
       new  b902e15c1f Create nix-mode.el
       new  f3b4215166 Update metadata
       new  33b2edf8ac set spacing to defaults
       new  e898255861 Use setq-local everywhere
       new  616c368898 Add two spaces after period.
       new  21ed086cca Fix flycheck complaints.
       new  630cc427cd Update builtins
       new  86b7195b3e Use warning font lock for upper case vars
       new  fc68739bec Fix syntax error
       new  b4b7edb246 Move some builtins to warnings.
       new  24e8281149 Refactor keywords
       new  aa43b72a45 Revert "Use warning font lock for upper case vars"
       new  10fc00dba8 Fix bad setting for indent-tabs-mode.
       new  e6b9f1b939 Add menu bar.
       new  69c7c87caa Sert comment-multi-line.
       new  4528033194 Add "nix-mode-reload" function.
       new  7f69c71f8d Fixup mode map.
       new  14c3476ba9 Custom line indenter.
       new  7292d8971c Refactor indenting
       new  ae68b456f8 Refactor font lock
       new  295bcbd919 Don't indent strings, comments
       new  32929d9aed Indent relative for string
       new  7a97635267 Move to nix-re-file-path
       new  3c7afb9478 Add nix-visit-file function.
       new  ab49f46754 Redo keymap
       new  1e0709acde Fixup indentation
       new  9015ef6603 check beginning for comment indent
       new  cb392d45b6 tweak indentation
       new  aee3dea8ec Refactor font lock
       new  81e8c3dea6 cleanup formatting
       new  5a2674592f Don't save-excursion for nix-indent-line.
       new  d8b088a4e2 Disable string indenting again
       new  9ab56cd6c9 Refactor indenting
       new  ff550f9bbd Add comments.
       new  09d40e95e2 Skip braces with hanging indents
       new  22500b7f72 fix tabbing
       new  65d0b6471f Add more font lock constants.
       new  233bf03b96 Add nixfmt command.
       new  83229f0d4c Fix flycheck errors.
       new  7b47e2b4bc Fix formatting.
       new  3ad8e224d7 Use looking-back for hanging indent.
       new  76df9f3e6b Add let indent level counter.
       new  570d60d460 Rewrite nix-indent-level-parens with while loop.
       new  76ad5882f0 format
       new  5e61391ca1 Merge branch 'lets'
       new  8cb5ba0bc8 Change nix keymaps
       new  c08ae1cdfe Add limit arg to looking-back.
       new  0f01eecdaa Make sure everything starts at beginning of line.
       new  ec0546a41d Tweak hanging indent
       new  3ef4647aa2 Fixup lets/ins counting.
       new  55ed31214a Add "in" for closing.
       new  376cbff828 More let fixes.
       new  f29d9865e4 Fixup hanging indents.
       new  3338f5997e Fix beginning of buffer issue
       new  dc705bb4df Disable generic hanging indent.
       new  0ad464e25a Add ']' to match closing parens.
       new  4941961c75 Get rid of extra hanging indent matches.
       new  1cc3cffa29 Pick up extra "let" found in acme.nix.
       new  ec9cf2f4e5 Remove nix-syntax-propertize-escaped-antiquote.
       new  03f462ef34 Add "+" to hanging indent list.
       new  9b705381c4 Fix antiquote highlighting.
       new  e53d99d840 Ignore '* chars in syntax propertize.
       new  6534f146eb Formatting
       new  ad09b3be7f Fix flycheck errors.
       new  0624820fd3 Fix org-mode fontification error.
       new  ea95e3c9c6 Add nix-prettify-mode.el.
       new  6eaf2a97d2 Fixup hanging indent.
       new  1a1ce340af Fix indentation case when '{' at beginning.
       new  4edccb66e5 Small nitpicks
       new  c339fc9062 More small nitpicks.
       new  5a29112764 Add function for escaped antiquote.
       new  2be81fe55b Get rid of match-end.
       new  460cc23161 Make " be treated as generic | syntax class.
       new  70af0efc9f Fix antiquote closing brace.
       new  1772d1f0db Fixup syntax entry.
       new  fa7a4a0d4d Update README.md
       new  ff8409c617 Declare lexical-binding
       new  6eb927f3c1 Add basic flychecking via nix-instantiate
       new  6a9cb7e682 Add basic REPL via nix-repl
       new  0f12887ea7 Add basic company completions via nix-repl
       new  1e58da56ac Fix var name nix-err-msg-re
       new  59e9ca0abd Improve fontification
       new  afb1629922 Fix nix--antiquote-open
       new  ea23a301d7 Fontification..
       new  56a87c8d81 Move nix-flycheck to separate file.
       new  2de7d1d585 Don't require company to be installed.
       new  1ebbd318d2 Add some comments to nix-flycheck.el.
       new  f309e106ef Revert "Make " be treated as generic | syntax class."
       new  0ada62bbee Merge pull request #11 from matthewbauer/completion
       new  b1078c6add Add case sensitive searching
       new  836e14fdd4 Merge pull request #12 from 
matthewbauer/case-sensitive-searching
       new  e4bc711d81 Add some more modes.
       new  4ce19a966b Merge branch 'ljli-fontication'
       new  64d615d628 Add nix-mode-mmm
       new  f968cb98ef Add nix-buffer.
       new  8d2a304865 Fontification: smoked out corner cases
       new  03e39da643 Fix flycheck lexical-binding complaints.
       new  c0502994b5 Remove nix-mode-reload.
       new  7fbc65ae68 Merge pull request #16 from ljli/fontification-improvs
       new  199e20413e Ignore comments for hanging let's.
       new  702f62abff lexical bindings
       new  e1f2e24cc4 Move separate modes into own files.
       new  070891aae4 Fix lexical bindings.
       new  fcbaf3e054 Rename flycheck mode to "nix-flycheck".
       new  68793d91c5 Add require 'cl for case statements.
       new  2221a09aea Require 'cl for "case".
       new  5b63478bcb Make nix-flycheck optional.
       new  542ae77358 buffer-substring can't bet <1.
       new  bd019fe5e5 Automatically makunbound 'nix-mode-syntax-table
       new  3e6fdd8311 Add back syntax coloring of antiquotes.
       new  66cc5478de Merge branch 'master' into separate-files
       new  4076a86333 Merge pull request #17 from matthewbauer/separate-files
       new  2f3dfd90df Make nix-format.el optional in nix-mode.
       new  956280c161 Refactor nix--antiquote-close
       new  0f94476b7e nix-syntax-match-antiquote: Handle case where point has 
the property
       new  1a4c98fcf7 Cosmetics
       new  0fd152e118 Merge pull request #22 from ljli/various
       new  ae17e75812 First try at smie from damiencassou/nix-mode
       new  1c54c72161 Remove visit-file.
       new  804ec4e7de Remove visit file /2
       new  a18a226ce9 Add nix-mode tests.
       new  23bdbdf21f Add custom mmm-mode
       new  3957a90b1a Add `null` to list of Nix builtins
       new  04a268a6fe Remove "let" handling of indent.
       new  046afc4b4d Rework indentation
       new  ade1d49841 Fixup indentation logic.
       new  a521468c5b Fixup string indenting
       new  e413069e02 Fixup some corner cases in indentation
       new  414a40fe54 Add hydra mode (#25)
       new  55b0ea2d96 Merge pull request #18 from matthewbauer/more-modes
       new  5e943a77e8 Fix syntax error
       new  183d4212e2 Fix fontification bug
       new  de02e17924 Fix fontification of "}${" in some contexts
       new  1268096ba7 Merge pull request #27 from ljli/close-open-fix
       new  eb109c7a7f Merge pull request #26 from ljli/lex-pos-fix
       new  504285ce39 Remove nix-buffer
       new  da7e6de79a Move some unpolished elisp to "misc" folder.
       new  594b979c91 Missed one
       new  18abc92bd8 fix mmm
       new  4fe6058fb4 allow escape sequences inside sh-mode block
       new  0b19f975cd Merge pull request #28 from pvmart/fix-nix-mmm
       new  a1860c6bde Handle projectile projects
       new  6573b1d70e Add nix-shell.el
       new  3edda90cfd Remove nix-flycheck
       new  038dcf7b1b Cleanup
       new  719482b701 Update customizations for Nix related modes.
       new  3a6634378a Allow nix-repl be in custom location
       new  ecee0e39e9 Add second options for nix-shell
       new  d1650d795c Cleanup documentation
       new  d9c1d4d4a4 Remove maintained modes
       new  676cc65daf Add some README doc.
       new  50470960c6 Don’t require nix-mode
       new  f7fa332705 Add nix-shell custom group
       new  ea649349b5 Fix syntax issue
       new  be839f971b Use nix-mode-mmm when mmm-mode is available
       new  84996a7804 Fix checkdoc errors.
       new  af686b570c Fix package-lint complaints.
       new  d5e839692a Fix byte-compile
       new  1359b4ac3b Add CHANGELOG
       new  7ef9563b46 Create Cask
       new  bd7d93998f Fix some grammar issues in README
       new  ccf4c9ad64 Update URLs to this repository
       new  3fa526ee57 Add MELPA badges to READM.md
       new  b3c6560f6d Fix typo: rustfmt -> nixfmt
       new  e2b009fff3 Merge pull request #31 from eqyiel/master
       new  42632ee471 Remove misc/ folder
       new  732ce2f174 Remove case-fold-search setting
       new  b0db22ebd5 Remove case-fold-search in nix-mode (again)
       new  0af6073003 Add nix-mode to nix-mode group.
       new  994a8af87b Ignore "==" for variable name face.
       new  cc88a55ead Add custom faces for Nix.
       new  895f88eff4 Add abbrev table
       new  407051ad31 Add font-lock-tests.el file
       new  281bfc1abf Cleanup font-locks again
       new  4a5b6d5d2c Add travis and Makefile
       new  eb7623fb3b Handle mmm-mode '' prefixes better
       new  93a59d9acb Use cl-lib instead of cl.
       new  3294f8a2f8 Merge pull request #37 from dieggsy/cl-lib
       new  9d0668f1d8 Ignore ''' in mmm-mode
       new  93bfb4428d Add nix-build function.
       new  7c732faf3a Handle smartparens in nix-mode.
       new  c758b179e9 Add nix-shebang
       new  c06222659c Don’t enable mmm-mode automatically
       new  478de28a4e Make nix-build use async-shell-command
       new  05d7c828b3 Fix nix-company and mmm-mode loading.
       new  a967408f64 Don’t error when nix-shebang fails.
       new  14322f186f Use locate-library instead of find-library
       new  1b3424ade0 Don't ignore errors when loading nix-format / nix-shebang
       new  2def0ccd6a Add autoload for company-nix command
       new  b580c8045b Prefer derived-mode-p when checking for specific major 
modes
       new  895f9d14e5 Flatten "unless" form with no body
       new  e40377b36b Make the correctly-prefixed prettify global mode name 
canonical
       new  d341ef2f70 Add missing defcustom type
       new  d14dd9ce95 Don't assign to unbound variable: let-bind it locally 
instead
       new  0fde15d938 Prefix unused lexical argument to avoid byte-compilation 
warning
       new  af35742d55 Merge pull request #39 from purcell/master
       new  664fa51cfa Remove mmm-mode/company feature detection
       new  8a65262d37 Remove smartparens feature detection
       new  0ac0271f6c Update Homepage in .el files
       new  0181c35a4f Add nix-unpack command.
       new  293f9a5e06 Oops
       new  9f4f5d5860 Checkdoc of elisp
       new  f24abeb736 Don’t prompt with nix-build
       new  cc23fd6a0e Default to indent-relative
       new  39f29d8be4 Replace indentation code with simpler heuristics
       new  7716e6d1e4 fix (cond) usage
       new  be7184ffcd use tab-width instead of hardcoded '2'
       new  a820e9adad Add electric indentation
       new  b8aed79f89 No need to indent on = and ; (ruins your day)
       new  5a8b334c75 Merge pull request #42 from serokell/master
       new  81680dd7ac nix-repl.el: make it work with newer nix repl command
       new  57ac40d53b Merge pull request #45 from eqyiel/master
       new  420cbbf94c Reorganization
       new  9e59bcf59e Fix read only .drv file issue
       new  236318101e Cleanup global-nix-mode
       new  a8af6e9203 Find nix executables at start
       new  857d963d1e Add nix-system function
       new  ba202b6657 Add nix-shell.el
       new  149d924f6f Add nix-store.el
       new  e298244f55 Add nix-search.el
       new  a4e6560902 Add nix-instantiate.el
       new  1090226479 nix-repl-show -> nix-repl
       new  429a92a59e Group configs in nix-shell
       new  00d099602a Fix linter warning
       new  082a25ba7d Add more default packages in nix.el
       new  cfdeffd066 Add new files to Cask
       new  588246b499 Fix escaping of characters
       new  8ab089b251 Set nix-shell-attribute
       new  5aaf80392f Avoid recursive loop
       new  58325164ca Update README.md
       new  9fb4e16c9f Setup global-nix-mode
       new  b98c1083a0 nix-shell-file not risky
       new  d6286ce43b Add pcomplete support to nix.el
       new  3aeec264e0 nix-search: add nix-search-read-attr
       new  161e7ae4d2 Cleanup nix-instantiate
       new  1e72a297d7 update
       new  c1b1982ea7 Fix nix-instantiate.el
       new  dd49386cc7 Remove global-nix-mode
       new  fea066cec6 Fix run phase
       new  94e1a57c31 Add missing file to Cask
       new  36070654c8 Don’t autoload nix-instantiate.
       new  6532fcf244 Don’t expand nix-file in nix-shell.
       new  1be3ca4666 Clean up nix-shell.el
       new  4ef5d77214 Add user manual
       new  2bc99a4542 Add new CHANGELOG entry.
       new  14d1bbb936 Delete dir-locals.el
       new  001704750d Improve pcomplete
       new  ae2c44c160 Add nix-shell-haskell.el
       new  c462eb400b Add alias for nix-repl-show
       new  1b15a6e583 Merge pull request #46 from matthewbauer/develop
       new  1c772ad539 Remove recommended config
       new  fbcbc446f8 Add attr to nix-search
       new  47cdb44e2e Improve indentation robustness
       new  b0829d67c5 Fix missing parens and standardize regexp style
       new  097b7bb992 Add nix-build.el
       new  d2f4a629a8 Only show derivations in nix store
       new  858d127fb5 Add custom for directory location
       new  a6571fa877 Add nix-log.el
       new  295cd6729b Add nix-edit.el
       new  0c2807f037 Cleanup nix-build.el
       new  d0eb92e97a Package linting
       new  b62c395b65 Remove nix-shell-haskell.el
       new  38061187ca Add nix-read-file & nix-read-attr
       new  7d65288c72 Fix erroneous use of function as variable
       new  1dd112e5cf Fix function used as variable
       new  fde8c8e38c Merge pull request #48 from dustinlacewell/master
       new  f1973ceb4b Add .nix to auto-mode-alist
       new  8b3a9927e7 Add dependency on json-mode
       new  84ee98019f Skip over comments in indentation
       new  563f6bdb03 Fixed `nix-mode-comments` matching everything
       new  90ac0a74b2 Merge pull request #55 from teozkr/issue-54
       new  9d4eb7d199 Make find-file-at-point support <nixpkgs>
       new  1389a6b25a Fix flycheck warnings
       new  abdeae0f23 Make sure nix-instantiate-executable exists before 
running it
       new  95ef285e74 Update .nix script
       new  57ea981cb2 Use eval-when-compile for subr-x
       new  1512d02830 Formatting
       new  98426b94e5 Add function to indent things in blocks for 
nix-indent-line
       new  0c0ec7dbd6 ert/indent: Add macro to easily test indentation
       new  1ade7b76bd ert/indent: Add testcase for contents of lists
       new  02b59d9bcf ert/indent: Add testcases for issues reported in #60
       new  7f968e8a7f Merge pull request #61 from etu/master
       new  6445ebfad6 Merge pull request #63 from etu/ert-indent-testing
       new  bb602e160f Cleanups
       new  4ac7b5afb6 Add indent region function
       new  7a7f600133 travis: Add travis badge
       new  01c53b7ff1 Merge pull request #66 from etu/add-travis-badge
       new  a30e88362a Remove line that caused tests to not indent at all in 
the tests
       new  1f922d78eb Fix regex regression that caused the indent to indent 
too much
       new  7526a43ea0 tests: Rename test for consistency with the rest
       new  da16900326 tests: Add a testcase with broken identation to have as 
a check if it indents at all
       new  54ef833100 Merge pull request #68 from etu/fix-recent-regressions
       new  e8921b8a78 Prioritize closing } over regular indentation
       new  80a1e96c71 Merge branch 'grahamc-fix-issue-69'
       new  ff0a773d31 fix-issue-72: Check the correct element from syntax-ppss
       new  9ebf7389eb Merge branch 'etu-fix-issue-72'
       new  1e53bed4d4 Move the logic for indentation of first line of file
       new  d5a53e2050 Indent using SMIE - initial working version.
       new  c041115673 Fix failing test.
       new  aa47e0c5ae Fix indentation of lambdas starting at bol.
       new  79a3715c3d Improve handling of 'in' after a hanging 'let'.
       new  e744c602fd Replace regex operations with faster alternatives in the 
lexer.
       new  82399e6bc3 Add missing check for '?' when lexing forward.
       new  8118355e81 Change smie indent functions in a cleaner (and correct) 
way.
       new  1798168074 Use nix-indent-function when setting 
indent-line-function.
       new  022fac17a6 Un-delete nix-indent-line.
       new  1cda7dabbc Bug fix: replace memq with member
       new  8721f63650 Merge pull request #79 from j-piecuch/smie
       new  1d31733ef8 Add more function documentation
       new  5fcdd667de Make smie-indent-line the default indent function
       new  9d1d025cb7 Use "check" as test target
       new  8812eec39a Allow using nix-indent-region without arguments
       new  be06d675b8 Run tests for nix-indent-line and smie-indent-line
       new  29a93838bb Add hello.nix to tests
       new  6e4f66de1d Add all-packages.nix test case
       new  ec19a472ec Update documentation
       new  cccd68768b Install info page to the right location
       new  91834848b4 Generate AUTHORS.md
       new  4016a1c89b Release 1.4.0
       new  a33ccd4fd7 Add more issue test cases
       new  0cb2b32485 Add a failing test that checks the indentation of 
function bodies.
       new  f938aeaeb6 Fix buggy implementation of nix-smie--anchor.
       new  0bab799a87 Add failing test that checks indentation of closing 
parens.
       new  63fbbf27bf Improve indentation of closing parentheses.
       new  79507ee193 Add more test cases to smie-lambdas.nix
       new  75b907c767 Improve indentation of function bodies.
       new  023a471576 Remove unnecessary while loop.
       new  ce8f523eb6 Set the indent function to the value passed in in 
with-nix-mode-test
       new  dd5f937a49 Change the description of a couple of tests.
       new  10ac680cd6 Merge pull request #80 from j-piecuch/smie-tweaks
       new  78c3832e48 Make smie-setup optional
       new  b12aeada41 Don’t use smie-indent-line when nix-mode-use-smie is nil
       new  82d26d496a Fix easy-menu name
       new  2f4bd0f09c Release 1.4.1
       new  907336cd0b Silence byte compiler warnings in nix-shell
       new  e820157994 Merge pull request #82 from jabranham/comp-warns
       new  1b8b6f5eac Add failing test that checks indentation of let 
expressions.
       new  2bb0a0c1f4 Improve indentation of let expressions.
       new  bf027132d0 Merge pull request #83 from j-piecuch/smie-tweaks
       new  aa1fa07344 Fix handling of keywords in identifiers
       new  1b2f22f235 Add issue 84 test
       new  ccb320ab31 Make sure update .elc is available when running tests
       new  4ffab960ef Add AUTHORS.md to gitignore
       new  8118a807a7 Handle more edge cases in keywords
       new  c577957d66 Merge pull request #85 from NixOS/fix-84
       new  3248864b56 Add failing tests that check for correct lexing of angle 
paths.
       new  c2725000ab Use pcase-exhaustive instead of pcase in 
nix-smie--skip-path
       new  795cc0c4c5 Handle angle paths correctly
       new  aaef8580c5 Merge pull request #86 from j-piecuch/smie-tweaks
       new  e5abdd41e4 add json-mode dependency
       new  ddf091708b Merge pull request #87 from conao3/master
       new  abf54fb448 Emacs 25 is now the minimum version required
       new  de6ef0d0c7 Give "-" the "symbol" character class, since it is a 
legal symbol constituent
       new  00750803d9 Don't freeze full executable paths at load time
       new  7d681ff81b Merge pull request #91 from 
purcell/relative-executable-paths
       new  5b5961780f Merge pull request #90 from purcell/dash-syntax
       new  9242165717 Don’t skip over > in angle-path
       new  28e83dd56b Don’t overwrite smie-indent-exps & smie-indent-close
       new  ecf005009e Remove org-man.el from .texi makefile rule
       new  004c81e51d Merge branch 'master' into fix-94
       new  32b013cd62 Merge pull request #97 from NixOS/fix-94
       new  2c19243e2a Revert fix for #94, but leave the test.
       new  a0fc6db303 Fix testcase file name.
       new  55985b326b Be smarter about tokenizing symbols.
       new  9f24153d67 Remove redundant case in tokenizer.
       new  1ebfda9810 Inline use of `signum`.
       new  9043a8d687 Merge pull request #98 from j-piecuch/94-fix
       new  e20afb51a4 Release 1.4.2
       new  c34990e956 Remove references to /gnu in nix-prettify-mode
       new  a54fc29289 Always “decompose” in nix-prettify-mode
       new  71fda1db41 add README section for nix-prettify-mode (#100)
       new  b4518ae3ee fixed a typo
       new  dc298e77b6 Merge pull request #101 from jgarte/patch-1
       new  54f28871a3 Fix issue #70
       new  d13d70b37d Merge pull request #102 from yilinwei/master
       new  7487346812 Add flake
       new  1c42c634bf Allow missing git repo
       new  f77ae8fb54 Add more builtins
       new  6712a66321 Fix yaml
       new  21d3ba0b80 Update yaml again
       new  e7fa834b80 Update nix-shell.el
       new  a00b3f776d Merge pull request #103 from yilinwei/patch-1
       new  a3610b521f Use NIX_GET_COMPLETIONS for Nix 3.0
       new  015bf9639a Remove filenames handling
       new  228f9f9d39 Release 1.4.3
       new  ef64fa293b Set nix-version to nil
       new  e4e604ae3a Release 1.4.4
       new  0cf1ea1e0e Don’t pare nix completions
       new  bdfe3b3ae3 Fix nix-get-completions, add to nix-repl-mode
       new  c52795de7d Add completion-at-point to nix-repl-mode-map
       new  5fa017c6ad Merge pull request #105 from rossabaker/completions
       new  471a90ac96 Release 1.4.5
       new  75f383899a Fixed styles.
       new  458c83f8bd Correct pacakge lint for dep.
       new  12d1e29ff1 Merge pull request #106 from jcs-PR/minor
       new  0e3a8ef7a8 Check for process before completing in nix-repl
       new  91e1a05ea6 Merge pull request #107 from rossabaker/check-for-proc
       new  d6e895969b Set the 'LD_LIBRARY_PATH' environment variable for 
mkShell
       new  59f3ea4da9 make run: use -Q
       new  1dcbf13a1d Merge pull request #111 from leungbk/make-run
       new  c81c03b35e nix-repl: use history file
       new  aae6f710e0 Address review comments
       new  7593b023a7 Merge pull request #110 from leungbk/repl-history
       new  0380e03203 Merge pull request #109 from yilinwei/master
       new  ffcab906b8 Makefile: add nix-mode project directory to 'load-path' 
in 'run' target
       new  bb0b49e3ac Merge pull request #112 from leungbk/makefile-load-path
       new  3022b9ef74 Skip descriptions in nix completions
       new  aaf2b741fb nix-shell: skip non-default packages integration
       new  30587b2205 Merge pull request #114 from TristanCacqueray/master
       new  bdd3c8a1e5 Exclude braces from ffap pattern
       new  38958e5203 Update install-nix-action in GitHub Action
       new  218c885d78 Merge pull request #116 from 
taku0/update-install-nix-action
       new  e32c6bf7ad Merge pull request #115 from taku0/ffap-in-string
       new  d1ee0e1741 Use javascript-mode for nix-drv-mode
       new  cc60a0d027 Make nix-drv-mode a derived-mode of javascript-mode
       new  53ea839a52 Replace javascript-mode with js-mode
       new  aef98227cc Merge branch 'master' into derived-nix-drv-mode
       new  8bc6750c4c Update flake.lock.
       new  7556c032dc Use the located nixfmt binary for formatting.
       new  47ec698474 Add version to invocation of 
define-obsolete-function-alias
       new  fe00d5930b Merge pull request #119 from NixOS/derived-nix-drv-mode
       new  7d09073976 Merge pull request #121 from znewman01/fixbuild
       new  a5bf79a563 Merge pull request #120 from znewman01/master
       new  e8e5211f6e Merge pull request #122 from leungbk/def-obsol
       new  7e081a560b nix-drv-mode.el: make regexp more selective
       new  0023fc5b10 Merge pull request #127 from leungbk/nix-drv-regexp
       new  0de9c70c89 Split up `nix-search` into two separate functions
       new  c19e103eee Add support nix 2.4 flakes in search
       new  f2acc55830 Add .dir-locals.el file
       new  949cb98ba5 Set meta.description
       new  75d2111891 Merge pull request #129 from nagy/nix-search-separate
       new  37f641a913 Add menu to nix search mode
       new  df4ba688a7 Merge branch 'nix-search-updates'
       new  a8a513770a Simplify some functions
       new  04d9a86eae Merge pull request #130 from nagy/simplify
       new  e4844f7a71 Fix nix-system in nix-2.4
       new  1697f18066 Fix #128
       new  1b1b9fb61d Update nixos
       new  b4b7518231 Refactor process calling
       new  d27820b040 Merge pull request #131 from nagy/nix-process-refactor
       new  c29b11b647 Add Package-Requires for dependency on "f"
       new  1fdf8e654a Merge pull request #132 from league/master
       new  25cd13349f Linkify `nix-mode.org` in Readme
       new  b12fa70dd7 Indicate constants
       new  c2d96ced52 Fix wrong documentation
       new  8a05b88eb3 Fix a typo
       new  3865b7bc98 Specialize two defcustom types
       new  7f689c4161 In flake.nix, split name into pname and version
       new  da7e638f2f Spell out command argument
       new  3cca5b6527 Merge pull request #133 from nagy/small-fixes
       new  ef92acd96c nix-format.el: Use replace-buffer-contents when available
       new  1789c83b83 nix-format.el: Properly escape string in error message
       new  207e5c0a92 nix-format.el: Add nix-format-before-save
       new  e61ecb95ef Merge pull request #137 from bcc32/nix-format-before-save
       new  56748ac556 Merge pull request #136 from 
bcc32/replace-buffer-contents
       new  e645310c88 Introduce `nix-store-show-path` command
       new  f38d4e9b37 Remove f dependency
       new  327175e768 Merge pull request #138 from phikal/master
       new  b1257d3ea6 Merge branch 'master' into store-path
       new  8e20de5ba7 Merge pull request #134 from nagy/store-path
       new  ed00d8dff2 nix.el: Fix for Nix 2.5
       new  01e37b6761 Merge pull request #139 from akirak/fix/nix-24-for-25
       new  1ac42cd103 Update lock file
       new  241cc0881e nix-flake.el: Init nix-flake command
       new  dd0d1c0d0b nix-flake: WIP: nix-flake-init
       new  9362a70d0b nix-flake: Organize the library into outlines
       new  53d1fb9687 nix-flake: Add nix-flake-init
       new  acf4fd09db nix-flake: Add customization options
       new  7346057087 nix-flake: Show aliases in the registry as well
       new  3d4f24b2b6 nix-flake: Allow switching the flake inside 
nix-flake-dispatch
       new  c016c5503d nix-flake: Reuse the last flake when two C-u is given
       new  5f44621864 nix-flake: Make the argument bindings more predictable
       new  89755c1e7e nix-flake: Fix the default value
       new  ce7996c6e7 nix-flake: Cosmetics
       new  0d65c482b2 nix-flake: Avoid use of flatten-list to support older 
Emacs versions
       new  ae1f5253be nix-flake: Add documentation to README
       new  1b85a1986d nix-flake: Use = key consistently to switch the flake
       new  186698599c nix-flake: Set a prompt string
       new  9ee2a867e6 nix-flake: Follow the terminology and syntax of the 
guideline
       new  ef2efae30a nix-flake: Use flatten-list and bump Emacs to 27.1
       new  7929f9623d chore: Add transient to the dependencies
       new  1604a9cec8 nix-flake: Allow updating the lockfile
       new  2a24b400b6 chore: Bump install-nix-action to v14.1
       new  de85646434 Add dependabot.yml
       new  14f1bb20b9 chore: Bump install-nix-action to v14.1
       new  b97d0a0aae Merge pull request #141 from akirak/dependabot
       new  e7bf2e4cc4 Merge pull request #140 from akirak/flake-transient
       new  c4e4f386b7 chore: Add nix-flake.el to Cask
       new  07b6069c78 nix-flake: Fix an unexpected error in assert
       new  a3eb135716 nix-flake: Fix miscomparison to avoid repeatedly adding 
to registry
       new  e167b82e64 nix-flake: Fix inconsistent state after switching the 
flake
       new  c4abb64a64 nix-flake: Add a comment
       new  9d8dc3c8d8 Merge pull request #143 from akirak/fix-flake-switching
       new  3d04d92d9c Merge pull request #144 from akirak/update-cask-on-flake
       new  5fb9df6f69 chore(deps): bump cachix/install-nix-action from 14.1 to 
16
       new  83980ca7e7 nix-mode: Add missing transient dependency for nix-flake
       new  cf957244e7 Merge pull request #149 from akirak/transient-dep
       new  00b2b8da57 Merge pull request #145 from 
NixOS/dependabot/github_actions/cachix/install-nix-action-16




reply via email to

[Prev in Thread] Current Thread [Next in Thread]