Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Require auth-source | Case Duckworth | 2021-05-28 | |
| | ||||
* | Setup imenu-anywhere | Case Duckworth | 2021-05-28 | |
| | ||||
* | Setup epithet | Case Duckworth | 2021-05-28 | |
| | ||||
* | Use repeat-mode on > emacs 28 | Case Duckworth | 2021-05-28 | |
| | ||||
* | Change frame-title-format | Case Duckworth | 2021-05-28 | |
| | ||||
* | Change flyspell-start behavior | Case Duckworth | 2021-05-28 | |
| | ||||
* | Add eshell last argument | Case Duckworth | 2021-05-28 | |
| | | | | https://old.reddit.com/r/emacs/comments/nlefvx/weekly_tips_and_tricks/gzpng5o/ | |||
* | Move defun into hook definition | Case Duckworth | 2021-05-28 | |
| | ||||
* | Fix mode-line flashing | Case Duckworth | 2021-05-28 | |
| | | | | Thanks, doom-themes! | |||
* | Merge | Case Duckworth | 2021-05-27 | |
|\ | ||||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-05-27 | |
| |\ | ||||
| | * | Fix a weird error with straight-use-package | Case Duckworth | 2021-05-26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Description: With the (or (ignore-errors ...) (progn ...)) form, `:straight' threw an error /only/ with `avy'. I couldn't figure out what the error was by re-evaluating or changing it to just throw straight's error or anything, and straight-use-package always returned t. However, changing the form to the simpler (straight-use-package) just ... works. So I have no idea what the matter might be. I realized that I made the :straight form more complicated to begin with because I was installing a lot of different packages and they were all over the place, so I wanted to know that it failed sooner rather than later, but still load the rest of my init file. Now that my config is more stable, I feel okay taking the extra stuff out of the form. | |||
| | * | Change eval-after-load to with-eval-after-load | Case Duckworth | 2021-05-26 | |
| | | | | | | | | | | | | idk, I like the macro better | |||
| | * | Fix erc-common-server-suffixes | Case Duckworth | 2021-05-26 | |
| | | | ||||
| * | | Customize ibuffer filters | Case Duckworth | 2021-05-27 | |
| | | | ||||
| * | | Add vuiet | Case Duckworth | 2021-05-27 | |
| |/ | ||||
* / | Change C-z binds to C-c and remove leader | Case Duckworth | 2021-05-27 | |
|/ | ||||
* | 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 | |
| | ||||
* | 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. | |||
* | 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. | |||
* | 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. | |||
* | 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. | |||
* | | 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. | |||
* | 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 | |
| | | |