about summary refs log tree commit diff stats
path: root/init.el
Commit message (Collapse)AuthorAge
* Add ORG functionalityCase Duckworth2021-06-01
|
* Change Gnus keybindCase Duckworth2021-06-01
|
* Configure ERCCase Duckworth2021-06-01
|
* Move things from init.el to acdw.el and acdw-eshell.elCase Duckworth2021-05-30
| | | | Probably should've been 2 commits...
* Add PDFs to auto-mode-alistCase Duckworth2021-05-29
|
* Add iscorllCase Duckworth2021-05-29
|
* Add eradioCase Duckworth2021-05-29
|
* More setup of ercCase Duckworth2021-05-29
|
* Add mastodon.elCase Duckworth2021-05-28
| | | | Doesn't work right now, but that's my fault.
* Add erc-hl-nicksCase Duckworth2021-05-28
|
* Remove commentCase Duckworth2021-05-28
|
* Add (setup... forms to imenu in elispCase Duckworth2021-05-28
|
* Require auth-sourceCase Duckworth2021-05-28
|
* Setup imenu-anywhereCase Duckworth2021-05-28
|
* Setup epithetCase Duckworth2021-05-28
|
* Use repeat-mode on > emacs 28Case Duckworth2021-05-28
|
* Change frame-title-formatCase Duckworth2021-05-28
|
* Change flyspell-start behaviorCase Duckworth2021-05-28
|
* Add eshell last argumentCase Duckworth2021-05-28
| | | | https://old.reddit.com/r/emacs/comments/nlefvx/weekly_tips_and_tricks/gzpng5o/
* Move defun into hook definitionCase Duckworth2021-05-28
|
* Fix mode-line flashingCase Duckworth2021-05-28
| | | | Thanks, doom-themes!
* MergeCase Duckworth2021-05-27
|\
| * Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-27
| |\
| | * Fix a weird error with straight-use-packageCase Duckworth2021-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-loadCase Duckworth2021-05-26
| | | | | | | | | | | | idk, I like the macro better
| | * Fix erc-common-server-suffixesCase Duckworth2021-05-26
| | |
| * | Customize ibuffer filtersCase Duckworth2021-05-27
| | |
| * | Add vuietCase Duckworth2021-05-27
| |/
* / Change C-z binds to C-c and remove leaderCase Duckworth2021-05-27
|/
* Tweak ERCCase Duckworth2021-05-26
|
* Add `xr'Case Duckworth2021-05-26
|
* Keep configuring ercCase Duckworth2021-05-25
| | | | Turns out ... I'm /really/ using it :P
* Add most important #bread channelCase Duckworth2021-05-25
| | | | See note
* Advise `show-paren-function' to not do anything in erc-modeCase Duckworth2021-05-25
|
* Add moar channelsCase Duckworth2021-05-25
|
* Move acdw/add-button-url-regexp-protocolCase Duckworth2021-05-25
|
* Formatting ... and stuffCase Duckworth2021-05-25
| | | | Whatever.
* Use escape to quit in graphical sessionsCase Duckworth2021-05-25
|
* Fix new window handling with browse-urlCase Duckworth2021-05-24
|
* Add gemini to browse-url-button-regexpCase Duckworth2021-05-24
| | | | Also I overengineered some other stuff around that.
* Further customize ERCCase Duckworth2021-05-24
| | | | I also added acdw-erc.el.
* ReindentCase Duckworth2021-05-23
|
* Remove crux-reopen-as-root-modeCase Duckworth2021-05-23
|
* Further customize ibufferCase Duckworth2021-05-22
| | | | | | - sort groups - hide empty groups - use expert mode
* Add keybind for `flyspell-start'Case Duckworth2021-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 optionsCase Duckworth2021-05-22
| | | | Just in the one spot. I should do like, all of em.
* Turn off auto-fill-mode in gemini-modeCase Duckworth2021-05-22
|
* Change winum position in mode-lineCase Duckworth2021-05-22
|
* Configure ERCCase Duckworth2021-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/emacsCase Duckworth2021-05-21
|\