| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
imports
|
| | |
|
| |
|
|
|
|
|
| |
Text properties are part of the text, but overlays are not. They also
automatically come with updated end position when text is added in between the
start and end of the overlay. This makes it much easier to manage and fixes the
issue that hiding the imports broke when a new import was added.
|
| |
|
|
|
|
|
|
|
|
| |
Using the generic browser with the ‘/opt/homebrew/bin/glide’ executable doesn't
work, it throws the error:
Couldn't load XPCOM.
Using the default browser uses the ‘open’ executable on MacOS, and that works
fine.
|
| | |
|
| |
|
|
|
|
|
| |
dependencies
Instead I'm using `use-package' to specify that the package should be downloaded
when the org-mode file is first loaded.
|
| |
|
|
|
| |
By default eww comes with outline mode support, it's just not enabled. With this
enabled I can now toggle visibility for headlines.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
‘map-elt’
‘map-put!’ doesn't work on ‘nil’. Possibly because it tries to change the value
in-place and that won't work with ‘nil’.
|
| | |
|
| | |
|
| |
|
|
|
| |
This is necessary for the build script to upload the files to the static site
host.
|
| |
|
|
|
| |
This is needed for the ‘oni-php-grep-symbol’. Without the ‘require’ the command
might fail because something isn't loaded yet.
|
| |
|
|
|
|
|
| |
The documentation[1] says that hut is the way to update the site now, I don't
see any mention of acurl anymore.
[1]: https://srht.site/automating-deployments/
|
| |
|
|
|
|
| |
On the sourcehut build machine this build isn't usint a Guix shell, so the
‘GUIX_ENVIRONMENT’ environment variable isn't set. Default to ‘~/.guix-profile’,
which should be where the build machine installs to.
|
| | |
|
| |
|
|
|
|
| |
‘make package’ complains that the directory contents changed while trying to
make the tarball. I assume that's because the tarball is made in the directory
that's being packaged. Moving it should fix this.
|
| | |
|
| |
|
|
|
| |
This will prepare, build, and the upload the package archive for my emacs
configuration.
|
| |
|
|
| |
This should make it possible to upload all of the contents to sourcehut pages.
|
| | |
|
| |
|
|
| |
I'm not using Cask anymore, so it shouldn't appear anywhere in my project.
|
| |
|
|
|
|
| |
Put everything in public/pakages so that at a later date I can add a project
site along with the packages. This change also makes it easier for me to change
my mind about where the packages land.
|
| | |
|
| | |
|
| |
|
|
|
| |
I removed it when I was experimenting with php-ts-mode, but that isn't yet what
I'd like it to be, so I'm back to using php-mode for now.
|
| |
|
|
|
| |
These packages don't have snippets anymore and therefore aren't multi-file
packages anymore.
|
| |
|
|
|
| |
The gui module now includes SVG icons that need to be installed along with the
configuration.
|
| |
|
|
|
|
| |
This package now contains all of my snippets, instead of having them distributed
across multiple packages. I hope that this will make them easier to manage and
keep updated.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
The snippets are now part of oni-yasnippet instead.
|
| | |
|
| | |
|
| |
|
|
|
| |
There is no real point in having them all separate. Having them all in a single
place makes them much easier to manage.
|
| |
|
|
| |
‘display-buffer-alist’
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Using dumb-jump instead
|
| | |
|
| | |
|
| |
|
|
|
| |
I've been working on it little by little for a while now, it's time to actually
turn it on.
|