Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Fix erc-common-server-suffixes | Case Duckworth | 2021-05-26 | |
|/ | ||||
* | Tweak ERC | Case Duckworth | 2021-05-26 | |
| | ||||
* | Add `xr' | Case Duckworth | 2021-05-26 | |
| | ||||
* | Keep configuring erc | Case Duckworth | 2021-05-25 | |
| | | | | Turns out ... I'm /really/ using it :P | |||
* | Add most important #bread channel | Case Duckworth | 2021-05-25 | |
| | | | | See note | |||
* | Advise `show-paren-function' to not do anything in erc-mode | Case Duckworth | 2021-05-25 | |
| | ||||
* | Fix `acdw/build-button-url-regexp' to rebuild on call | Case Duckworth | 2021-05-25 | |
| | | | | | `rx' builds the regexp at compile time -- I need it to be built at runtime. `rx-to-string' takes care of that for me. | |||
* | Add moar channels | Case Duckworth | 2021-05-25 | |
| | ||||
* | Move acdw/add-button-url-regexp-protocol | Case Duckworth | 2021-05-25 | |
| | ||||
* | Formatting ... and stuff | Case Duckworth | 2021-05-25 | |
| | | | | Whatever. | |||
* | Subscribe to moar groups with gmane | Case Duckworth | 2021-05-25 | |
| | ||||
* | Fix typo | Case Duckworth | 2021-05-25 | |
| | ||||
* | Use escape to quit in graphical sessions | Case Duckworth | 2021-05-25 | |
| | ||||
* | Fix new window handling with browse-url | Case Duckworth | 2021-05-24 | |
| | ||||
* | Add gemini to browse-url-button-regexp | Case Duckworth | 2021-05-24 | |
| | | | | Also I overengineered some other stuff around that. | |||
* | Further customize ERC | Case Duckworth | 2021-05-24 | |
| | | | | I also added acdw-erc.el. | |||
* | Remove modeline customization in acdw/reading-mode | Case Duckworth | 2021-05-24 | |
| | ||||
* | Unsubscribe from a few feeds | Case Duckworth | 2021-05-24 | |
| | ||||
* | Ignore autosave files and sort | Case Duckworth | 2021-05-24 | |
| | ||||
* | Reindent | Case Duckworth | 2021-05-23 | |
| | ||||
* | Remove crux-reopen-as-root-mode | Case Duckworth | 2021-05-23 | |
| | ||||
* | Further customize ibuffer | Case Duckworth | 2021-05-22 | |
| | | | | | | - sort groups - hide empty groups - use expert mode | |||
* | Add keybind for `flyspell-start' | Case Duckworth | 2021-05-22 | |
| | | | | | | I'm kind of rethinking my whole 'leader' key stuff. Like, maybe C-z should be the leader for "application"-type things, but C-c chould be the leader for other stuff (since that's the predefined leader for user configuration stuff). | |||
* | Sort options | Case Duckworth | 2021-05-22 | |
| | | | | Just in the one spot. I should do like, all of em. | |||
* | Turn off auto-fill-mode in gemini-mode | Case Duckworth | 2021-05-22 | |
| | ||||
* | Change winum position in mode-line | Case Duckworth | 2021-05-22 | |
| | ||||
* | Configure ERC | Case Duckworth | 2021-05-22 | |
| | | | | I'm not sure how much I'm going to use it, but it's done now. | |||
* | Add `sort-sexps' | Case Duckworth | 2021-05-22 | |
| | | | | from unpackaged.el | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-21 | |
|\ | ||||
| * | Adapt to deprecated variable | Case Duckworth | 2021-05-21 | |
| | | ||||
* | | Change branch of gemini-write back to og | Case Duckworth | 2021-05-21 | |
| | | | | | | | | ... also add elpher to ibuffer | |||
* | | Change org-ellipsis | Case Duckworth | 2021-05-21 | |
| | | | | | | | | Trying to get a character that works in most character encodings | |||
* | | Add `comment-or-uncomment-sexp' | Case Duckworth | 2021-05-21 | |
| | | | | | | | | from https://endlessparentheses.com/a-comment-or-uncomment-sexp-command.html | |||
* | | Fix arity of consult-sensible-* functions | Case Duckworth | 2021-05-21 | |
| | | | | | | | | ... also fix the type of the equality function. | |||
* | | Change hook for `acdw/frame-setup' | Case Duckworth | 2021-05-21 | |
| | | | | | | | | | | | | I found out about `after-make-frame-functions', a special hook that I want to use instead of `after-focus-change-function'. I also don't need to remove it in the function because the hook only fires once after each frame is made. | |||
* | | Comment out `hook-defun' | Case Duckworth | 2021-05-21 | |
| | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | 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 | |
| |/ |