summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Add `acdw/system' macroCase Duckworth2021-05-11
| | | | | | `acdw/system' eases configuration -- it returns the system when called with no arguments, acts as a test with one argument, or as a `pcase' with more than one argument.
* Change subscription method to use a fileCase Duckworth2021-05-06
| | | | | | | | | | | | | 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.
* File stuff ... but in init.elCase Duckworth2021-05-05
| | | | Oop
* Don't encode the cloud storage at allCase Duckworth2021-05-05
| | | | Who knows this might bite me in the foot
* Update gnus file stuffCase Duckworth2021-05-05
|
* Correct after-load file nameCase Duckworth2021-05-05
| | | | Oops, should've tested before pushing
* Correctly configure sly and slime keybindingsCase Duckworth2021-05-05
| | | | Had to load them after the files.
* Add parameters to Fastmail groupCase Duckworth2021-05-05
|
* Add whitespace-cleanup-modeCase Duckworth2021-05-05
|
* Remove complicated which-key delayCase Duckworth2021-05-05
|
* Don't enable a mode just to disable it laterCase Duckworth2021-05-05
|
* Add section for ibufferCase Duckworth2021-05-05
|
* Change binding for reb-quitCase Duckworth2021-05-04
| | | | M-q is shadowed by paredit, I think.
* Add paredit-mode to reb-modeCase Duckworth2021-05-04
|
* Replace fly-make-mode with flymake-mode-exceptCase Duckworth2021-05-04
| | | | | | I didn't want flymake-mode to automatically fire in emacs-lisp-mode. I should probably be better served by either (a) getting my Emacs config files up to snuff or (b) adding a better test to decide whether to flymake them.
* Add flymake-mode to prog-mode-hookCase Duckworth2021-05-04
|
* Change function nameCase Duckworth2021-05-04
|
* Add package-lintCase Duckworth2021-05-04
|
* Add unfocusedCase Duckworth2021-05-04
|
* Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-04
|\
| * Remap C-w to backward-kill-word if the region isn't activeCase Duckworth2021-05-04
| |
| * Remap C-h to DELCase Duckworth2021-05-04
| |
| * Make sure gnus uploads all data to the cloud before burying bufferCase Duckworth2021-05-04
| |
| * Remove `idle-require'Case Duckworth2021-05-04
| | | | | | | | It wasn't ... sparking joy.
| * Change default variable-width font sizeCase Duckworth2021-05-04
| | | | | | | | Also fix a typo in hook name.
| * Add clhs and move common-lisp-ide to be in alpha orderCase Duckworth2021-05-04
| |
| * Go back to OG beginendCase Duckworth2021-05-04
| | | | | | | | I think the author fixed the issue.
| * Only show 200 messages in IMAPCase Duckworth2021-05-04
| |
| * Change gnus-group-mode keybindingsCase Duckworth2021-05-04
| | | | | | | | | | | | 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.
| * Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-04
| |\
| * | Add slime-repl-return-at-endCase Duckworth2021-05-04
| | | | | | | | | | | | Get the benefits of paredit with easy keys in the REPL!
* | | Change which-key setupCase Duckworth2021-05-04
| | |
* | | Don't start idle-require-modeCase Duckworth2021-05-04
| | |
* | | Move gnus subscriptionsCase Duckworth2021-05-04
| | |
* | | Load mailcap on LinuxCase Duckworth2021-05-04
| |/ |/|
* | Only update packages with C-uCase Duckworth2021-05-03
| |
* | Stop asking to exit GnusCase Duckworth2021-05-03
| |
* | Add hook to message modeCase Duckworth2021-05-03
| |
* | Move hooks to a better spot for Gnus CloudCase Duckworth2021-05-03
| |
* | Add `winum'Case Duckworth2021-05-03
| | | | | | | | | | I only rebind winum-select-window-* in graphical buffers because that's apparently the only place where C-[n] is the same as M-[n].
* | Add `idle-require'Case Duckworth2021-05-03
| | | | | | | | | | Not sure how useful it'll be, but hopefully it'll help make some things a little faster...
* | Add GweneCase Duckworth2021-05-03
| | | | | | | | | | | | | | | | | | 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.
* | Add hooks to download and upload gnus data to the cloudCase Duckworth2021-05-03
| | | | | | | | Gnus Cloud ... sort of works? I'm honestly not sure about it, lol.
* | Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-02
|\|
| * Add `dos2unix'Case Duckworth2021-05-01
| | | | | | | | | | | | | | Does the same thing (in general) as the dos2unix C program. By which I mean, it converts \r\n to \n in the buffer. It doesn't do anything else. ... So it really doesn't do much of the same thing as dos2unix.
| * Configure Gnus CloudCase Duckworth2021-05-01
| | | | | | | | | | | | 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.
| * Switch to SLY for Lisp REPLCase Duckworth2021-05-01
| | | | | | | | | | I've kept SLIME's config around, in case I need it -- which REPL is loaded depends on the `acdw/cl-ide' variable.
| * Tweak which-key idle timingCase Duckworth2021-05-01
| | | | | | | | | | | | It does seem as though `which-key-show-early-on-C-h' isn't respected here, but I'm not sure exactly what the issue is. Could be the `which-key-setup-minibuffer'... more research is needed.
* | Add ledger-modeCase Duckworth2021-05-02
|/
* Change the fringe faceCase Duckworth2021-04-30
| | | | "dim gray" looks good on both black and white.