-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
7 changed files
with
15 additions
and
15 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
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,6 +1,6 @@ | ||
;;; borg-elpa.el --- use Borg alongside Package.el -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2018 Jonas Bernoulli | ||
;; Copyright (C) 2018-2019 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/borg | ||
|
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,12 +1,12 @@ | ||
;;; borg.el --- assimilate Emacs packages as Git submodules -*- lexical-binding: t -*- | ||
|
||
;; Copyright (C) 2016-2018 Jonas Bernoulli | ||
;; Copyright (C) 2016-2019 Jonas Bernoulli | ||
|
||
;; Author: Jonas Bernoulli <[email protected]> | ||
;; Homepage: https://github.com/emacscollective/borg | ||
;; Keywords: tools | ||
|
||
;; Package-Version: 3.0.0 | ||
;; Package-Version: 3.1.0 | ||
;; Package-Requires: ((emacs "26") (dash "2.14.1") (epkg "3.1.1") (magit "2.13.0")) | ||
|
||
;; Borg itself does no actually require Emacs 26 and has no | ||
|
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,4 +1,4 @@ | ||
# Copyright (C) 2016-2018 Jonas Bernoulli | ||
# Copyright (C) 2016-2019 Jonas Bernoulli | ||
# | ||
# Author: Jonas Bernoulli <[email protected]> | ||
# License: GPL v3 <https://www.gnu.org/licenses/gpl-3.0.txt> | ||
|
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
:PREAMBLE: | ||
#+AUTHOR: Jonas Bernoulli | ||
#+EMAIL: [email protected] | ||
#+DATE: 2018 | ||
#+DATE: 2018-2019 | ||
#+LANGUAGE: en | ||
|
||
#+TEXINFO_DIR_CATEGORY: Emacs | ||
#+TEXINFO_DIR_TITLE: Borg: (borg). | ||
#+TEXINFO_DIR_DESC: Assimilate Emacs packages as Git submodules | ||
#+SUBTITLE: for version 3.0.0 | ||
#+SUBTITLE: for version 3.1.0 | ||
|
||
#+TEXINFO_DEFFN: t | ||
#+OPTIONS: H:4 num:4 toc:2 | ||
|
@@ -18,10 +18,10 @@ The Borg assimilate Emacs packages as Git submodules. Borg is a | |
bare-bones package manager for Emacs packages. | ||
|
||
#+TEXINFO: @noindent | ||
This manual is for Borg version 3.0.0. | ||
This manual is for Borg version 3.1.0. | ||
|
||
#+BEGIN_QUOTE | ||
Copyright (C) 2016-2018 Jonas Bernoulli <[email protected]> | ||
Copyright (C) 2016-2019 Jonas Bernoulli <[email protected]> | ||
|
||
You can redistribute this document and/or modify it under the terms | ||
of the GNU General Public License as published by the Free Software | ||
|
@@ -750,7 +750,7 @@ being noted in the changelog. | |
:END: | ||
|
||
#+BEGIN_QUOTE | ||
Copyright (C) 2016-2018 Jonas Bernoulli <[email protected]> | ||
Copyright (C) 2016-2019 Jonas Bernoulli <[email protected]> | ||
|
||
You can redistribute this document and/or modify it under the terms | ||
of the GNU General Public License as published by the Free Software | ||
|
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,6 +1,6 @@ | ||
#!/bin/sh | ||
|
||
# Copyright (C) 2016-2018 Jonas Bernoulli | ||
# Copyright (C) 2016-2019 Jonas Bernoulli | ||
# | ||
# Author: Jonas Bernoulli <[email protected]> | ||
# License: GPL v3 <https://www.gnu.org/licenses/gpl-3.0.txt> | ||
|
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