Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Fix `acdw/system' argument parsing | Case Duckworth | 2021-05-21 | |
|/ | | | | | | | | | | `acdw/system' parsed arities of the form (acdw/system (:home (do-thing))) incorrectly: instead of expanding to (pcase acdw/system (:home (do-thing))), it parsed to ... something else that tried to call `:home' as a function and crapped out. I've fixed that issue and clarified the `cond' clauses. | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-19 | |
|\ | ||||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-19 | |
| |\ | ||||
| | * | Configure shell-command | Case Duckworth | 2021-05-19 | |
| | | | | | | | | | | | | From http://www.nextpoint.se/?p=864 | |||
| | * | Add Firefox to exec-path /before/ checking if it's available | Case Duckworth | 2021-05-19 | |
| | | | ||||
| | * | Remove unused variables | Case Duckworth | 2021-05-19 | |
| | | | | | | | | | | | | IDK | |||
| | * | Add `eshell-pop-or-quit' for easier keybinding | Case Duckworth | 2021-05-19 | |
| | | | ||||
| | * | Start flyspell automatically at home | Case Duckworth | 2021-05-19 | |
| | | | | | | | | | | | | Free up the C-z s key for shell | |||
| | * | Setup winum keys after frame is setup | Case Duckworth | 2021-05-19 | |
| | | | | | | | | | | | | I should probably change this to `after-make-frame-functions' instead... | |||
| | * | Add variable-pitch-mode in Org and Info | Case Duckworth | 2021-05-19 | |
| | | | ||||
| | * | Change `browse-url-browser-function' to alist | Case Duckworth | 2021-05-19 | |
| | | | ||||
| * | | Change definition of `acdw-org/count-words' | Case Duckworth | 2021-05-19 | |
| | | | | | | | | | | | | | | | | | | (I renamed it from `acdw-org/word-count'.) It's still too slow for use in the modeline. So I have work to do still... | |||
| * | | Rewrite acdw-modeline/word-count to show region counts | Case Duckworth | 2021-05-19 | |
| | | | ||||
| * | | Add filledwithcreatures.wordpress.com RSS | Case Duckworth | 2021-05-19 | |
| |/ | ||||
* | | Fix typo | Case Duckworth | 2021-05-19 | |
| | | ||||
* | | Add org-contrib | Case Duckworth | 2021-05-19 | |
| | | | | | | | | As of ... 9.5(?), it's split into a separate package | |||
* | | Further configure eww/web browsing | Case Duckworth | 2021-05-19 | |
|/ | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-13 | |
|\ | ||||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-12 | |
| |\ | ||||
| * | | Change common-lisp-ide -> sly | Case Duckworth | 2021-05-12 | |
| | | | | | | | | | | | | Since I just use sly | |||
* | | | Add `acdw-org/word-count' | Case Duckworth | 2021-05-13 | |
| |/ |/| | ||||
* | | Remove INBOX from groups.txt | Case Duckworth | 2021-05-12 | |
| | | | | | | | | I think it causes issues with restarting Gnus in a running session. | |||
* | | Save more variables | Case Duckworth | 2021-05-12 | |
| | | ||||
* | | Unbind <Help> h | Case Duckworth | 2021-05-12 | |
| | | ||||
* | | Make recentf dired-aware | Case Duckworth | 2021-05-12 | |
| | | ||||
* | | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-11 | |
|\| | ||||
| * | Refactor CL IDE binding code | Case Duckworth | 2021-05-06 | |
| | | | | | | | | | | | | This is a prelude to writing 'acdw-cl.el', since the two IDEs (that's what I'm calling them) each have a known structure. So I'm going to write a little library to abstract that out. | |||
| * | Configure `gnus-cloud-covered-servers' | Case Duckworth | 2021-05-06 | |
| | | | | | | | | | | I don't think gnus actually 'remembers' these ... possibly they're reset after it loads >-< | |||
* | | Add `org-mode' to `stupid-modes' for `dumb-auto-format' | Case Duckworth | 2021-05-11 | |
| | | | | | | | | To keep hanging list items from indenting at save. | |||
* | | Add `acdw/system' macro | Case Duckworth | 2021-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 file | Case Duckworth | 2021-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.el | Case Duckworth | 2021-05-05 | |
| | | | | Oop | |||
* | Don't encode the cloud storage at all | Case Duckworth | 2021-05-05 | |
| | | | | Who knows this might bite me in the foot | |||
* | Update gnus file stuff | Case Duckworth | 2021-05-05 | |
| | ||||
* | Correct after-load file name | Case Duckworth | 2021-05-05 | |
| | | | | Oops, should've tested before pushing | |||
* | Correctly configure sly and slime keybindings | Case Duckworth | 2021-05-05 | |
| | | | | Had to load them after the files. | |||
* | Add parameters to Fastmail group | Case Duckworth | 2021-05-05 | |
| | ||||
* | Add whitespace-cleanup-mode | Case Duckworth | 2021-05-05 | |
| | ||||
* | Remove complicated which-key delay | Case Duckworth | 2021-05-05 | |
| | ||||
* | Don't enable a mode just to disable it later | Case Duckworth | 2021-05-05 | |
| | ||||
* | Add section for ibuffer | Case Duckworth | 2021-05-05 | |
| | ||||
* | Change binding for reb-quit | Case Duckworth | 2021-05-04 | |
| | | | | M-q is shadowed by paredit, I think. | |||
* | Add paredit-mode to reb-mode | Case Duckworth | 2021-05-04 | |
| | ||||
* | Replace fly-make-mode with flymake-mode-except | Case Duckworth | 2021-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-hook | Case Duckworth | 2021-05-04 | |
| | ||||
* | Change function name | Case Duckworth | 2021-05-04 | |
| | ||||
* | Add package-lint | Case Duckworth | 2021-05-04 | |
| | ||||
* | Add unfocused | Case Duckworth | 2021-05-04 | |
| | ||||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-04 | |
|\ | ||||
| * | Remap C-w to backward-kill-word if the region isn't active | Case Duckworth | 2021-05-04 | |
| | |