1
0
Fork 0
Commit graph

27 commits

Author SHA1 Message Date
9d50b486ac [oni-package] Clear package archives so that I can't use them 2023-06-13 18:56:58 -07:00
6dd72d5323 feat(oni-package): Add keybinding to directly open a package's URL
I frequently want to just open the URL of a package to see the readme and
possibly some screenshots. There doesn't appeart to be a built-in keybinding for
that.
2023-02-24 23:32:56 -08:00
64d141212b [oni-package] Add tekuti-el repository 2022-04-01 18:40:17 -07:00
e3f5a27816 [oni-package] Remove deprecated ‘org’ package archive
All distribution of the latest “org-mode” version happens through the “nongnu”
package archive now.
2021-12-08 09:59:34 -08:00
cfa0179053 Remove all self-loading autoload cookies
The big downside of usuing these cookies to inject my configuration into the
loading of a package is that it means that I can't load that package without my
configuration anymore. This means that when I start ‘emacs -Q’ and then call
‘package-initialize’ it'll load my configuration as well. This makes debugging
things very difficult.
2021-11-23 00:38:09 -08:00
3eedef7203
[oni-package] Remove setting ‘package-gnupghome-dir’ on Windows
There are multiple versions of the gnupg binary available on Windows. One from
MSYS2 and one from Cygwin at the very least. And which one works is heavily
dependent on the rest of the system configuration and the way Emacs is
installed.
2021-08-23 10:30:24 -07:00
7df9d8591d [oni-package] Add the nongnu package archive
Emacs 28 already includes it, but 27 doesn't.
2021-07-27 12:45:33 -07:00
2609dbab87 [oni-package] Remove ‘package-quickstart’
This should revert it back to ‘nil’ when I start Emacs. I can’t use
‘package-quickstart’ because it will cause an error on startup and then my Emacs
daemon doesn’t work. I’m in the process of moving over to a different way of
loading my Emacs packages anyway, so I’ll see if it’s still useful after that.
2021-06-19 13:57:44 -07:00
6d3975566c [oni-package] Enable ‘package-quickstart’ 2021-04-25 17:47:12 -07:00
1be166dfc7 Explicitly set the package gnupg home directory on Windows
The default way on msys2 produces a directory that isn’t recognized as an
absolute path, so it’s interpreted as a relative path.
2020-10-15 14:25:18 -07:00
d13751c94a Add circe-serenity and org-azure-devops development repos 2020-05-14 10:00:50 -07:00
7623be48eb Add my vc-p4 package to package-archives 2020-05-13 22:45:23 -07:00
9571771281 Add ‘a’ and ‘e’ keybindings to move to beginning and end of line 2020-04-12 22:48:16 -07:00
bb29ee8a12 Change version format
In order to support my tablet which seems to have a lower maximum integer
value (I guess it’s 32-bit? I’m surprised) and can’t handle the version numbers
I was using before. It would turn them into floating point numbers, which adds a
~.0~, this made it impossible to install any package.

Any installations I have will need to reinstall all their oni packages so that
the new version number is picked up, since the new version number will be lower
than the old one.
2019-09-04 21:09:38 -07:00
8386052858 Work around the “Bad Request” error with elpa.gnu.org 2019-08-18 17:11:21 -07:00
e584d92941 Fix ‘list-packages’ forgetting about archive contents 2019-06-22 16:27:02 -07:00
714f2c6ef7 Add GitLab CI/CD settings 2019-03-28 00:53:55 -07:00
e6bd52e53a Don’t assume that a proper archive name has been provided
It’s possible that someone enters a URL that isn’t part of the
‘package-archives’ variable. If the name entered doesn’t correspond to a name in
‘package-archives’, use it directly, assuming that it was a URL that was
specified.
2019-02-18 23:54:10 -08:00
614c0d7dbb Use the result of the ‘completing-read’ to get the archive
Instead of asking for the URL of the archive, ask for the name, and get the URL
by looking through ‘package-archives’.
2019-02-18 23:50:33 -08:00
a86d31cff6 Improve ‘package-maint-add-news-item’ by using ‘completing-read’
Typos are too easy having to type in the ‘archive-url’ argument every time on
its own. Since you’re probably posting to an archive that you also use, reading
from the ‘package-archives’ seems appropriate.
2019-02-18 23:06:32 -08:00
d65fcaba2a Highlight current line in ‘package-menu-mode’ 2019-02-04 01:09:16 -08:00
f0efcfd8ec Remove username from ‘package-archive-upload-base’ 2019-01-22 01:34:56 -08:00
73646b08a6 Fix compilation warning for ‘oni-package’ 2019-01-22 01:29:44 -08:00
b587309c43 Add temporary fix for ‘package-maint-add-news-item’
Until I get my copyright assignment sorted for the FSF I can’t send
this to them. Once I’ve sorted it out I will send this fix in.
2019-01-13 12:45:15 -08:00
96888f9f97 Clean up package configuration 2019-01-13 12:37:38 -08:00
1d64aaa762 Download packages through https, upload through ssh
By downloading through https there is no access needed through SSH to
download the packages and so bootstrapping a new installation becomes
easier.
2017-12-07 00:48:22 -08:00
ea8e03f9a6 Add package.el configuration 2017-12-06 00:47:45 -08:00