Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add WBRH and KBRH | Case Duckworth | 2021-07-14 |
| | | | | honestly i should break these out into another file or smth | ||
* | Add end comment to init.el | Case Duckworth | 2021-07-14 |
| | | | | bleh | ||
* | Comment out erc-image | Case Duckworth | 2021-07-14 |
| | | | | It's annoying. | ||
* | Add "AWAY" to erc-track-exclude-types | Case Duckworth | 2021-07-13 |
| | |||
* | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-07-02 |
|\ | |||
| * | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-06-30 |
| |\ | |||
| * | | Start week on Monday | Case Duckworth | 2021-06-30 |
| | | | |||
| * | | Add vantaradio | Case Duckworth | 2021-06-30 |
| | | | |||
| * | | Comment <escape> bind | Case Duckworth | 2021-06-30 |
| | | | |||
| * | | Switch prefix with erc-switch-to-buffer | Case Duckworth | 2021-06-30 |
| | | | |||
* | | | Modify erc config | Case Duckworth | 2021-07-02 |
| |/ |/| | |||
* | | Merge branch 'main' of https://tildegit.org/acdw/emacs | Case Duckworth | 2021-06-09 |
|\| | |||
| * | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-06-07 |
| |\ | |||
| * | | Make Emacs work at work | Case Duckworth | 2021-06-07 |
| | | | |||
* | | | Enable goto-address-mode | Case Duckworth | 2021-06-09 |
| | | | |||
* | | | Load erc module after erc | Case Duckworth | 2021-06-09 |
| | | | |||
* | | | Add browse-url functions | Case Duckworth | 2021-06-09 |
| |/ |/| | | | | | I should break this out into a thingy. | ||
* | | Change ERC config | Case Duckworth | 2021-06-06 |
| | | |||
* | | Write function to require private.el | Case Duckworth | 2021-06-06 |
|/ | |||
* | Add ssh-config-mode | Case Duckworth | 2021-06-02 |
| | |||
* | Add 'needs mpv' statement to eradio | Case Duckworth | 2021-06-02 |
| | |||
* | Add edit-server | Case Duckworth | 2021-06-02 |
| | | | | | Also requires this extension: https://addons.mozilla.org/en-US/firefox/addon/edit-with-emacs1/ | ||
* | Make some things private-r | Case Duckworth | 2021-06-02 |
| | | | | Sure you can check the history. But who knows what I've changed?!?!?! MYSTERY | ||
* | Add ORG functionality | Case Duckworth | 2021-06-01 |
| | |||
* | Change Gnus keybind | Case Duckworth | 2021-06-01 |
| | |||
* | Configure ERC | Case Duckworth | 2021-06-01 |
| | |||
* | Move things from init.el to acdw.el and acdw-eshell.el | Case Duckworth | 2021-05-30 |
| | | | | Probably should've been 2 commits... | ||
* | Add PDFs to auto-mode-alist | Case Duckworth | 2021-05-29 |
| | |||
* | Add iscorll | Case Duckworth | 2021-05-29 |
| | |||
* | Add eradio | Case Duckworth | 2021-05-29 |
| | |||
* | More setup of erc | Case Duckworth | 2021-05-29 |
| | |||
* | Add mastodon.el | Case Duckworth | 2021-05-28 |
| | | | | Doesn't work right now, but that's my fault. | ||
* | Add erc-hl-nicks | Case Duckworth | 2021-05-28 |
| | |||
* | Remove comment | Case Duckworth | 2021-05-28 |
| | |||
* | Add (setup... forms to imenu in elisp | Case Duckworth | 2021-05-28 |
| | |||
* | 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 |
| | | |