<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs-config/oni-csharp, branch master</title>
<subtitle>Emacs configuration files</subtitle>
<id>https://code.ryuslash.org/emacs-config/atom?h=master</id>
<link rel='self' href='https://code.ryuslash.org/emacs-config/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/'/>
<updated>2026-05-28T09:12:40Z</updated>
<entry>
<title>oni-yasnippet: Move all snippets to ‘oni-yasnippet’</title>
<updated>2026-05-28T09:12:40Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2026-05-28T09:12:40Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=09a4099586657170cbdcff071b2d0fac5ed133b7'/>
<id>urn:sha1:09a4099586657170cbdcff071b2d0fac5ed133b7</id>
<content type='text'>
There is no real point in having them all separate. Having them all in a single
place makes them much easier to manage.
</content>
</entry>
<entry>
<title>[oni-csharp] Add command to add a file to ‘.csproj’</title>
<updated>2023-05-25T07:18:35Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-05-25T07:18:35Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=67159d71e5cecbb58922b62be2886a6ce17bf1d1'/>
<id>urn:sha1:67159d71e5cecbb58922b62be2886a6ce17bf1d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[oni-csharp] Use text properties instead of overlays</title>
<updated>2023-05-25T07:17:29Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-05-25T07:17:29Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=4a8c54f922a241ab298e8ef688ea10ebf9988b5f'/>
<id>urn:sha1:4a8c54f922a241ab298e8ef688ea10ebf9988b5f</id>
<content type='text'>
Use text properties instead of overlays and add some extra information.
</content>
</entry>
<entry>
<title>Replace all Cask files with Eldev files</title>
<updated>2023-05-25T07:03:46Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2023-05-25T07:03:46Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=e8ac8c46872bf1a7735ccbc6cf8ab74eb52a32d2'/>
<id>urn:sha1:e8ac8c46872bf1a7735ccbc6cf8ab74eb52a32d2</id>
<content type='text'>
I'm working on moving my build setup to my own laminar[1] instance. To do this I
need to be able to package files up. It appears that I couldn't quite get Cask
to work, and Eldev exists in the Guix[2] package repository.

[1]: https://laminar.ryuslash.org/
[2]: https://guix.gnu.org/
</content>
</entry>
<entry>
<title>[oni-csharp] Add csharp-solution-mode major mode</title>
<updated>2022-02-02T21:36:37Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-02-02T21:36:37Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=d4eea37a8f406cf62eb6e59b04267f5d846af457'/>
<id>urn:sha1:d4eea37a8f406cf62eb6e59b04267f5d846af457</id>
<content type='text'>
This major mode will be for viewing and editing the solution file. Right now it
just parses the solution file and displays some of the project names instead of
the GUIDs to make it more human readable.
</content>
</entry>
<entry>
<title>[oni-csharp] Add compilation regular expression for devenv errors</title>
<updated>2022-02-02T21:34:53Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-02-02T21:34:53Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=df8ad7f733fb92d0a427ba24e20668ed6e2b266c'/>
<id>urn:sha1:df8ad7f733fb92d0a427ba24e20668ed6e2b266c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[oni-csharp] Change indentation for argument list continuations</title>
<updated>2022-01-06T00:12:51Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2022-01-06T00:12:51Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=8a67063ae42e0d0e353a411d34a3a009032b4e5c'/>
<id>urn:sha1:8a67063ae42e0d0e353a411d34a3a009032b4e5c</id>
<content type='text'>
Previously:

    public void Foo(TypeA arg1,
                    TypeB arg2)
    {

Now:

    public void Foo(TypeA arg1,
        TypeB arg2)
    {
</content>
</entry>
<entry>
<title>Remove autoloads for snippet loading</title>
<updated>2021-12-01T21:43:21Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2021-12-01T21:43:21Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=8af6f8d1604272a4e2d13a2981f02b6dd6e84bd6'/>
<id>urn:sha1:8af6f8d1604272a4e2d13a2981f02b6dd6e84bd6</id>
<content type='text'>
Loading ‘yasnippet’ shouldn't automatically load my package configuration. If my
package configuration hasn't been loaded it shouldn't try to include my snippets.
</content>
</entry>
<entry>
<title>[oni-csharp] Change the location of Omnisharp on Windows</title>
<updated>2021-11-17T04:49:08Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2021-11-17T04:49:08Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=ad7152a4d2d10e25c26fca355b72ce141414bfb2'/>
<id>urn:sha1:ad7152a4d2d10e25c26fca355b72ce141414bfb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[oni-csharp] Remove autoload cookie, load from ‘oni-core’</title>
<updated>2021-09-21T03:18:47Z</updated>
<author>
<name>Tom Willemse</name>
</author>
<published>2021-09-21T03:18:47Z</published>
<link rel='alternate' type='text/html' href='https://code.ryuslash.org/emacs-config/commit/?id=cfd9384374fda7f20fd724a9b98d0269af2a2b18'/>
<id>urn:sha1:cfd9384374fda7f20fd724a9b98d0269af2a2b18</id>
<content type='text'>
</content>
</entry>
</feed>
