summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
...
* Remove modeline customization in acdw/reading-modeCase Duckworth2021-05-24
|
* Unsubscribe from a few feedsCase Duckworth2021-05-24
|
* Ignore autosave files and sortCase Duckworth2021-05-24
|
* 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.
* Add `sort-sexps'Case Duckworth2021-05-22
| | | | from unpackaged.el
* 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.
* | Change hook for `acdw/frame-setup'Case Duckworth2021-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 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.
* | Fix `acdw/system' argument parsingCase Duckworth2021-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/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
| | |
| * | Add filledwithcreatures.wordpress.com RSSCase 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-13
|\
| * Merge branch 'main' of https://tildegit.org/acdw/emacsCase Duckworth2021-05-12
| |\
| * | Change common-lisp-ide -> slyCase Duckworth2021-05-12
| | | | | | | | | | | | Since I just use sly
* | | Add `acdw-org/word-count'Case Duckworth2021-05-13
| |/ |/|
* | Remove INBOX from groups.txtCase Duckworth2021-05-12
| | | | | | | | I think it causes issues with restarting Gnus in a running session.
* | 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
|\|
| * Refactor CL IDE binding codeCase Duckworth2021-05-06
| | | | | | | | | | | | This is a prelude to writing 'acdw-cl.el', since the two IDEs (that's what I'm calling them) each have a known structure. So I'm going to write a little library to abstract that out.
| * Configure `gnus-cloud-covered-servers'Case Duckworth2021-05-06
| | | | | | | | | | I don't think gnus actually 'remembers' these ... possibly they're reset after it loads >-<
* | Add `org-mode' to `stupid-modes' for `dumb-auto-format'Case Duckworth2021-05-11
| | | | | | | | To keep hanging list items from indenting at save.
* | Add `acdw/system' macroCase Duckworth2021-05-11
|/ | | | | | `acdw/system' eases configuration -- it returns the system when called with no arguments, acts as a test with one argument, or as a `pcase' with more than one argument.