-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License | |
along with Emacs-Guix. If not, see <http://www.gnu.org/licenses/>. | ||
]]) | ||
|
||
AC_INIT([Emacs-Guix], [0.3.4], [[email protected]], [emacs-guix], | ||
AC_INIT([Emacs-Guix], [0.4], [[email protected]], [emacs-guix], | ||
[https://alezost.github.io/guix.el/]) | ||
|
||
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
;;; guix.el --- Interface for GNU Guix | ||
|
||
;; Copyright © 2016–2017 Alex Kost <[email protected]> | ||
;; Copyright © 2016–2018 Alex Kost <[email protected]> | ||
|
||
;; Author: Alex Kost <[email protected]> | ||
;; Version: 0.3.4 | ||
;; Version: 0.4 | ||
;; URL: https://alezost.github.io/guix.el/ | ||
;; Keywords: tools | ||
;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0") (edit-indirect "0.1.4")) | ||
|
@@ -34,6 +34,8 @@ | |
;; | ||
;; - to look at, compare and remove profile generations; | ||
;; | ||
;; - to look at system services and generations (if you use GuixSD); | ||
;; | ||
;; - to do many other things. | ||
;; | ||
;; Run "M-x guix-help" to look at the summary of available commands. | ||
|