<feed xmlns='http://www.w3.org/2005/Atom'>
<title>new-dotfiles/oni/home/services/emacs, branch master</title>
<subtitle>New repository of dotfiles</subtitle>
<id>https://code.ryuslash.org/new-dotfiles/atom?h=master</id>
<link rel='self' href='https://code.ryuslash.org/new-dotfiles/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/'/>
<updated>2024-02-06T07:42:12Z</updated>
<entry>
<title>Fix GPG in Emacs</title>
<updated>2024-02-06T07:42:12Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2024-02-06T07:42:12Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=cc0b32e0166a89969338ef5db7dea0e61f32d8d7'/>
<id>urn:sha1:cc0b32e0166a89969338ef5db7dea0e61f32d8d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add my yaml-mode configuration for Emacs</title>
<updated>2024-02-06T07:41:14Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2024-02-06T07:41:14Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=1fd9b5aa809d2163752ec57663ce8715a4bd7520'/>
<id>urn:sha1:1fd9b5aa809d2163752ec57663ce8715a4bd7520</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the dashboard wiki page loading asynchronous</title>
<updated>2023-10-13T21:43:15Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-10-13T21:43:15Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=1f92565b738d549ae29591cba17362a459591031'/>
<id>urn:sha1:1f92565b738d549ae29591cba17362a459591031</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a random EmacsWiki page to my dashboard</title>
<updated>2023-10-13T04:59:45Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-10-13T04:59:45Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=b6ae70a86b73ca9e0cce114232c02c317385dd67'/>
<id>urn:sha1:b6ae70a86b73ca9e0cce114232c02c317385dd67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a random note from my Roam database to the dashboard</title>
<updated>2023-10-13T03:56:47Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-10-13T03:56:47Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=7f3e524136c18bc5fe1292123ce3f03b84c2f0e8'/>
<id>urn:sha1:7f3e524136c18bc5fe1292123ce3f03b84c2f0e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename ‘helpful.el’ to ‘oni-helpful.el’</title>
<updated>2023-08-30T05:26:42Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-08-30T05:23:20Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=0e0fccec8829caf14f2925ffb0184fc0841318f1'/>
<id>urn:sha1:0e0fccec8829caf14f2925ffb0184fc0841318f1</id>
<content type='text'>
This is to prevent any confusion about what files are loaded, otherwise the
configuration will provide the helpful feature that the helpful package should
provide.
</content>
</entry>
<entry>
<title>Clean up Emacs helpful configuration</title>
<updated>2023-08-30T05:26:42Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-08-17T16:58:40Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=96796035477bb69e957977795c1306fbd7a3a083'/>
<id>urn:sha1:96796035477bb69e957977795c1306fbd7a3a083</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add configuration for emacs-helpful</title>
<updated>2023-08-30T05:26:42Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-08-15T07:21:24Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=cb90aa8b43b81a5b5082a88fab67828129710670'/>
<id>urn:sha1:cb90aa8b43b81a5b5082a88fab67828129710670</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add ‘emacs-oni-hy’</title>
<updated>2023-07-14T07:54:48Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-07-14T07:54:48Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=b144e84ea5b013fdd161287d4d5a6eb12f02e53b'/>
<id>urn:sha1:b144e84ea5b013fdd161287d4d5a6eb12f02e53b</id>
<content type='text'>
I just added a configuration for programming in Hy. This is the first step for
moving more of my Emacs configuration into guix home. Instead of adding the
autoload for ‘oni-hy’ in the ‘oni-core’ package, I've added it directly to my
Guix configuration. In the future I'll want to change this so that each package
gets its own configuration and also extends my Emacs configuration so that it
automatically adds these autoloads when I add a package.
</content>
</entry>
<entry>
<title>Remove Inkplate update code from Emacs init</title>
<updated>2023-07-08T07:41:24Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-07-08T07:41:24Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/new-dotfiles/commit/?id=0563a1356717c8083fefa7bd3b08e41bafde40c4'/>
<id>urn:sha1:0563a1356717c8083fefa7bd3b08e41bafde40c4</id>
<content type='text'>
This should now be done by the one-shot service I created.
</content>
</entry>
</feed>
