[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/nix-mode da7e6de79a 139/500: Move some unpolished elisp to
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/nix-mode da7e6de79a 139/500: Move some unpolished elisp to "misc" folder. |
Date: |
Sat, 29 Jan 2022 08:26:53 -0500 (EST) |
branch: elpa/nix-mode
commit da7e6de79a60842fb943acb3767a04e0699a45b0
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: Matthew Bauer <mjbauer95@gmail.com>
Move some unpolished elisp to "misc" folder.
Most of these were taken from different repos that may not be integrated
well
into "nix-mode".
---
company-nixos-options.el => misc/company-nixos-options.el | 0
helm-nixos-options.el => misc/helm-nixos-options.el | 0
nix-build-log.el => misc/nix-build-log.el | 0
nix-hydra-build.el => misc/nix-hydra-build.el | 0
nix-hydra-jobset.el => misc/nix-hydra-jobset.el | 0
nix-hydra.el => misc/nix-hydra.el | 0
nix-popup.el => misc/nix-popup.el | 0
nix-profiles.el => misc/nix-profiles.el | 0
nix-sandbox.el => misc/nix-sandbox.el | 0
nix-smie.el => misc/nix-smie.el | 0
nix-ui-messages.el => misc/nix-ui-messages.el | 0
nix-ui-profile.el => misc/nix-ui-profile.el | 0
nix-utils.el => misc/nix-utils.el | 0
nix.el => misc/nix.el | 0
nixos-options.el => misc/nixos-options.el | 0
nixos-packages.el => misc/nixos-packages.el | 0
16 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/company-nixos-options.el b/misc/company-nixos-options.el
similarity index 100%
rename from company-nixos-options.el
rename to misc/company-nixos-options.el
diff --git a/helm-nixos-options.el b/misc/helm-nixos-options.el
similarity index 100%
rename from helm-nixos-options.el
rename to misc/helm-nixos-options.el
diff --git a/nix-build-log.el b/misc/nix-build-log.el
similarity index 100%
rename from nix-build-log.el
rename to misc/nix-build-log.el
diff --git a/nix-hydra-build.el b/misc/nix-hydra-build.el
similarity index 100%
rename from nix-hydra-build.el
rename to misc/nix-hydra-build.el
diff --git a/nix-hydra-jobset.el b/misc/nix-hydra-jobset.el
similarity index 100%
rename from nix-hydra-jobset.el
rename to misc/nix-hydra-jobset.el
diff --git a/nix-hydra.el b/misc/nix-hydra.el
similarity index 100%
rename from nix-hydra.el
rename to misc/nix-hydra.el
diff --git a/nix-popup.el b/misc/nix-popup.el
similarity index 100%
rename from nix-popup.el
rename to misc/nix-popup.el
diff --git a/nix-profiles.el b/misc/nix-profiles.el
similarity index 100%
rename from nix-profiles.el
rename to misc/nix-profiles.el
diff --git a/nix-sandbox.el b/misc/nix-sandbox.el
similarity index 100%
rename from nix-sandbox.el
rename to misc/nix-sandbox.el
diff --git a/nix-smie.el b/misc/nix-smie.el
similarity index 100%
rename from nix-smie.el
rename to misc/nix-smie.el
diff --git a/nix-ui-messages.el b/misc/nix-ui-messages.el
similarity index 100%
rename from nix-ui-messages.el
rename to misc/nix-ui-messages.el
diff --git a/nix-ui-profile.el b/misc/nix-ui-profile.el
similarity index 100%
rename from nix-ui-profile.el
rename to misc/nix-ui-profile.el
diff --git a/nix-utils.el b/misc/nix-utils.el
similarity index 100%
rename from nix-utils.el
rename to misc/nix-utils.el
diff --git a/nix.el b/misc/nix.el
similarity index 100%
rename from nix.el
rename to misc/nix.el
diff --git a/nixos-options.el b/misc/nixos-options.el
similarity index 100%
rename from nixos-options.el
rename to misc/nixos-options.el
diff --git a/nixos-packages.el b/misc/nixos-packages.el
similarity index 100%
rename from nixos-packages.el
rename to misc/nixos-packages.el
- [nongnu] elpa/nix-mode 4ce19a966b 095/500: Merge branch 'ljli-fontication', (continued)
- [nongnu] elpa/nix-mode 4ce19a966b 095/500: Merge branch 'ljli-fontication', ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 1e58da56ac 083/500: Fix var name nix-err-msg-re, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode b1078c6add 092/500: Add case sensitive searching, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 6eb927f3c1 080/500: Add basic flychecking via nix-instantiate, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode afb1629922 085/500: Fix nix--antiquote-open, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 1ebbd318d2 089/500: Add some comments to nix-flycheck.el., ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 0f12887ea7 082/500: Add basic company completions via nix-repl, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 5b63478bcb 109/500: Make nix-flycheck optional., ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 4076a86333 114/500: Merge pull request #17 from matthewbauer/separate-files, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 2f3dfd90df 115/500: Make nix-format.el optional in nix-mode., ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode da7e6de79a 139/500: Move some unpolished elisp to "misc" folder.,
ELPA Syncer <=
- [nongnu] elpa/nix-mode 55b0ea2d96 132/500: Merge pull request #18 from matthewbauer/more-modes, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode d9c1d4d4a4 152/500: Remove maintained modes, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 594b979c91 140/500: Missed one, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode d1650d795c 151/500: Cleanup documentation, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode be839f971b 157/500: Use nix-mode-mmm when mmm-mode is available, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode a1860c6bde 144/500: Handle projectile projects, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 50470960c6 154/500: Don’t require nix-mode, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode ccf4c9ad64 164/500: Update URLs to this repository, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode bd7d93998f 163/500: Fix some grammar issues in README, ELPA Syncer, 2022/01/29
- [nongnu] elpa/nix-mode 84996a7804 158/500: Fix checkdoc errors., ELPA Syncer, 2022/01/29