| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
|
|
|
|
| |
The only plus `hook-defun' has over (add-hook 'hook (defun name ... )) is the
ability to add the same function to multiple hooks at once. My init files
don't use that functionality, so I've retired this macro for now.
I'm thinking, honestly, that if a function is used in more than one hook, it
should be defined separately and added to each hook in turn ... you know, like
Emacs does it by default.
|
|
|
|
|
| |
I don't think gnus actually 'remembers' these ... possibly they're reset after
it loads >-<
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To set up elsewhere:
1. Delete .emacs.d/var/gnus
2. Start gnus
3. Run gnus/import-feed-list
4. Profit???
I had to also delete all the emails in Emacs-Cloud on IMAP too, so it wasn't
what I'd call perfect. But ... it's good enough, for now. I really wish Gnus
was more programmable, tbh.
|
|
|
|
| |
Who knows this might bite me in the foot
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
To save some time, I remap 'q' to bury the Gnus buffer, but to keep the
functionality, I moved the original bindings (gnus-group-exit, gnus-group-quit)
to 'Q' and '^Q', respectively.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
I still need to import my OPML using one of these:
- https://wpc.io/blog/posts/bulk-import-rss-feeds-to-gnus-via-gwene.html
- http://gwene.org/opml.php
... when I get home.
|
|
|
|
| |
Gnus Cloud ... sort of works? I'm honestly not sure about it, lol.
|
|
|
|
|
|
| |
This is going to cause a merge conflict later. I've made
`gnus-cloud-storage-method' `base64' because work doesn't have GPG or gzip and
I don't want to bother downloading them.
|
| |
|
| |
|
|
|
|
| |
I don't plan on using any other news readers.
|
|
|
|
| |
Does this leak a little bit? Sure. But I /think/ (god, I pray) it's okay.
|
| |
|
| |
|
| |
|
|
|
|
| |
Still plenty of problems, though. I really need to read that manual.
|
| |
|
|
|