summary refs log tree commit diff stats
path: root/init.el
Commit message (Collapse)AuthorAge
* 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
|
* 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
|\
| * Adapt to deprecated variableCase Duckworth2021-05-21
| |
* | Change branch of gemini-write back to ogCase Duckworth2021-05-21
| | | | | | | | ... also add elpher to ibuffer
* | Change org-ellipsisCase Duckworth2021-05-21
| | | | | | | | Trying to get a character that works in most character encodings
* | Add `comment-or-uncomment-sexp'Case Duckworth2021-05-21
| | | | | | | | from https://endlessparentheses.com/a-comment-or-uncomment-sexp-command.html
* | Fix arity of consult-sensible-* functionsCase Duckworth2021-05-21
| | | | | | | | ... also fix the type of the equality function.
* | Comment out `hook-defun'Case Duckworth2021-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/emacsCase Duckworth2021-05-19
|\
| * Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-19
| |\
| | * Configure shell-commandCase Duckworth2021-05-19
| | | | | | | | | | | | From http://www.nextpoint.se/?p=864
| | * Add Firefox to exec-path /before/ checking if it's availableCase Duckworth2021-05-19
| | |
| | * Remove unused variablesCase Duckworth2021-05-19
| | | | | | | | | | | | IDK
| | * Add `eshell-pop-or-quit' for easier keybindingCase Duckworth2021-05-19
| | |
| | * Start flyspell automatically at homeCase Duckworth2021-05-19
| | | | | | | | | | | | Free up the C-z s key for shell
| | * Setup winum keys after frame is setupCase Duckworth2021-05-19
| | | | | | | | | | | | I should probably change this to `after-make-frame-functions' instead...
| | * Add variable-pitch-mode in Org and InfoCase Duckworth2021-05-19
| | |
| | * Change `browse-url-browser-function' to alistCase Duckworth2021-05-19
| | |
| * | Change definition of `acdw-org/count-words'Case Duckworth2021-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 countsCase Duckworth2021-05-19
| |/
* | Fix typoCase Duckworth2021-05-19
| |
* | Add org-contribCase Duckworth2021-05-19
| | | | | | | | As of ... 9.5(?), it's split into a separate package
* | Further configure eww/web browsingCase Duckworth2021-05-19
|/
* Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-12
|\
| * Save more variablesCase Duckworth2021-05-12
| |
| * Unbind <Help> hCase Duckworth2021-05-12
| |
| * Make recentf dired-awareCase Duckworth2021-05-12
| |
| * Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-11
| |\