aboutsummaryrefslogtreecommitdiffstats
path: root/oni-package.el
Commit message (Collapse)AuthorAgeFilesLines
* [oni-package] Clear package archives so that I can't use ↵Gravatar Tom Willemse2023-06-131-29/+5
| | | | them
* feat(oni-package): Add keybinding to directly open a ↵Gravatar Tom Willemse2023-02-241-0/+13
| | | | | | | | 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.
* [oni-package] Add tekuti-el repositoryGravatar Tom Willemse2022-04-011-1/+5
|
* [oni-package] Remove deprecated ‘org’ package archiveGravatar Tom Willemse2021-12-081-5/+1
| | | | | All distribution of the latest “org-mode” version happens through the “nongnu” package archive now.
* Remove all self-loading autoload cookiesGravatar Tom Willemse2021-11-231-4/+1
| | | | | | | | 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.
* [oni-package] Remove setting ‘package-gnupghome-dir’ ↵Gravatar Tom Willemse2021-08-231-4/+1
| | | | | | | | | 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.
* [oni-package] Add the nongnu package archiveGravatar Tom Willemse2021-07-271-1/+5
| | | | Emacs 28 already includes it, but 27 doesn't.
* [oni-package] Remove ‘package-quickstart’Gravatar Tom Willemse2021-06-191-4/+1
| | | | | | | 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.
* [oni-package] Enable ‘package-quickstart’Gravatar Tom Willemse2021-04-251-1/+4
|
* Explicitly set the package gnupg home directory on WindowsGravatar Tom Willemse2020-10-151-1/+4
| | | | | The default way on msys2 produces a directory that isn’t recognized as an absolute path, so it’s interpreted as a relative path.
* Add circe-serenity and org-azure-devops development reposGravatar Tom Willemse2020-05-141-1/+9
|
* Add my vc-p4 package to package-archivesGravatar Tom Willemse2020-05-131-2/+6
|
* Add ‘a’ and ‘e’ keybindings to move to beginning ↵Gravatar Tom Willemse2020-04-121-1/+4
| | | | and end of line
* Change version formatGravatar Tom Willemse2019-09-041-1/+1
| | | | | | | | | | | 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.
* Work around the “Bad Request” error with elpa.gnu.orgGravatar Tom Willemse2019-08-181-1/+6
|
* Fix ‘list-packages’ forgetting about archive contentsGravatar Tom Willemse2019-06-221-1/+13
|
* Add GitLab CI/CD settingsGravatar Tom Willemse2019-03-281-2/+4
|
* Don’t assume that a proper archive name has been providedGravatar Tom Willemse2019-02-181-3/+5
| | | | | | | 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.
* Use the result of the ‘completing-read’ to get the ↵Gravatar Tom Willemse2019-02-181-2/+3
| | | | | | | archive Instead of asking for the URL of the archive, ask for the name, and get the URL by looking through ‘package-archives’.
* Improve ‘package-maint-add-news-item’ by using ↵Gravatar Tom Willemse2019-02-181-2/+6
| | | | | | | | ‘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.
* Highlight current line in ‘package-menu-mode’Gravatar Tom Willemse2019-02-041-1/+3
|
* Remove username from ‘package-archive-upload-base’Gravatar Tom Willemse2019-01-221-2/+4
|
* Fix compilation warning for ‘oni-package’Gravatar Tom Willemse2019-01-221-4/+3
|
* Add temporary fix for ‘package-maint-add-news-item’Gravatar Tom Willemse2019-01-131-1/+15
| | | | | 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.
* Clean up package configurationGravatar Tom Willemse2019-01-131-10/+12
|
* Download packages through https, upload through sshGravatar Tom Willemse2017-12-071-8/+3
| | | | | | By downloading through https there is no access needed through SSH to download the packages and so bootstrapping a new installation becomes easier.
* Add package.el configurationGravatar Tom Willemse2017-12-061-0/+62