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

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

[nongnu] elpa/nix-mode a00b3f776d 384/500: Merge pull request #103 from


From: ELPA Syncer
Subject: [nongnu] elpa/nix-mode a00b3f776d 384/500: Merge pull request #103 from yilinwei/patch-1
Date: Sat, 29 Jan 2022 08:27:40 -0500 (EST)

branch: elpa/nix-mode
commit a00b3f776de65b5af7571976a73213ca2a5c683e
Merge: 21d3ba0b80 e7fa834b80
Author: Matthew Bauer <mjbauer95@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #103 from yilinwei/patch-1
    
    Add autoloads for eshell functions
---
 nix-shell.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nix-shell.el b/nix-shell.el
index 3c3df93bc2..c6d23e0c04 100644
--- a/nix-shell.el
+++ b/nix-shell.el
@@ -197,6 +197,7 @@ PKGS-FILE package set to pull from."
       (insert "} \"\"\n"))
     nix-file))
 
+;;;###autoload
 (defun nix-eshell-with-packages (packages &optional pkgs-file)
   "Create an Eshell buffer that has the shell environment in it.
 PACKAGES a list of packages to pull in.
@@ -216,6 +217,7 @@ PKGS-FILE a file to use to get the packages."
 
     buffer))
 
+;;;###autoload
 (defun nix-eshell (file &optional attr)
   "Create an Eshell buffer that has the shell environment in it.
 FILE the .nix expression to create a shell for.



reply via email to

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