Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add timers | Case Duckworth | 2022-05-12 |
| | |||
* | Inhibit org-mode-hook in org-agenda | Case Duckworth | 2022-05-12 |
| | |||
* | Modeline stuff! | Case Duckworth | 2022-05-12 |
| | |||
* | meh | Case Duckworth | 2022-05-10 |
| | |||
* | Further mode line changes | Case Duckworth | 2022-05-10 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2022-05-10 |
|\ | |||
| * | Merged | Case Duckworth | 2022-05-09 |
| |\ | |||
| * | | meh | Case Duckworth | 2022-05-09 |
| | | | |||
* | | | meh | Case Duckworth | 2022-05-10 |
| | | | |||
* | | | Add +modeline-spacer | Case Duckworth | 2022-05-10 |
| |/ |/| | |||
* | | Further modeline changes | Case Duckworth | 2022-05-06 |
| | | |||
* | | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2022-05-06 |
|\| | |||
| * | Fix a subtle bug in +mapc-some-buffers | Case Duckworth | 2022-05-05 |
| | | |||
| * | Change modeline | Case Duckworth | 2022-05-05 |
| | | |||
* | | meh | Case Duckworth | 2022-05-06 |
| | | |||
* | | Add +sort-lines | Case Duckworth | 2022-05-06 |
| | | |||
* | | Make modes in which to ignore open-paragraph a customization option | Case Duckworth | 2022-05-06 |
| | | |||
* | | Pull recipe repos as part of +straight-update-all | Case Duckworth | 2022-05-06 |
| | | |||
* | | Add straight :needs | Case Duckworth | 2022-05-06 |
| | | |||
* | | Demote errors more better-er | Case Duckworth | 2022-05-06 |
| | | |||
* | | Remove redundancy | Case Duckworth | 2022-05-06 |
| | | |||
* | | Add find-script.el | Case Duckworth | 2022-05-06 |
|/ | |||
* | Indentation | Case Duckworth | 2022-05-01 |
| | |||
* | Add `+indent-rigidly' | Case Duckworth | 2022-05-01 |
| | | | | This works line-wise if the region isn't active. | ||
* | Allow passing a list of modes to `+mapc-some-buffers' | Case Duckworth | 2022-05-01 |
| | | | | | Due to the way this is written, I can't pass one mode by itself---it must be a list. | ||
* | Add +org-wrap-on-hyphens | Case Duckworth | 2022-05-01 |
| | |||
* | Add +compile-dispatch | Case Duckworth | 2022-05-01 |
| | | | | | At some point I probably should add a +recompile .. or something, I'm not sure how the compile flow works in Emacs. | ||
* | Return point to the same point relative of defun in +init-sort | Case Duckworth | 2022-05-01 |
| | |||
* | Make hiding tracking-mode-line when clocked in configurable | Case Duckworth | 2022-04-28 |
| | |||
* | Dim .gitignore files (mostly) in dired | Case Duckworth | 2022-04-28 |
| | |||
* | Add long-s-mode | Case Duckworth | 2022-04-28 |
| | |||
* | bleh | Case Duckworth | 2022-04-27 |
| | |||
* | Add functions for org | Case Duckworth | 2022-04-27 |
| | | | | These aren't bound or implemented but they're here in case I want them. | ||
* | Add +org-show-mode | Case Duckworth | 2022-04-27 |
| | | | | Toggle org-hide-emphasis-markers and org-link display | ||
* | Also inhibit user-save-mode with predicates | Case Duckworth | 2022-04-27 |
| | |||
* | Display fortunes in scratch buffer | Case Duckworth | 2022-04-27 |
| | |||
* | Add +org-export-pre-hook to prepare the buffer before export | Case Duckworth | 2022-04-24 |
| | |||
* | Add commentary to user-save.el | Case Duckworth | 2022-04-24 |
| | |||
* | Change `+org-before-save@prettify-buffer' | Case Duckworth | 2022-04-24 |
| | |||
* | Fix `+org-fix-blank-lines' | Case Duckworth | 2022-04-24 |
| | |||
* | Correct backward-kill-word behavior | Case Duckworth | 2022-04-24 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2022-04-20 |
|\ | |||
| * | Enhance :straight setup form | Case Duckworth | 2022-04-19 |
| | | | | | | | | | | :straight now takes care of :straight-when, :also-straight, and possibly others, later. | ||
* | | bleh | Case Duckworth | 2022-04-20 |
| | | |||
* | | Add org-drawer-list | Case Duckworth | 2022-04-20 |
|/ | |||
* | Dang ol +shr.el file | Case Duckworth | 2022-04-12 |
| | |||
* | Fix requires | Case Duckworth | 2022-04-12 |
| | |||
* | Add dlet to compat.el | Case Duckworth | 2022-04-12 |
| | |||
* | Add +dired-goto-file | Case Duckworth | 2022-04-12 |
| | | | | | This function fixes dumbness in vertico-directory when jumping directories in dired. | ||
* | Add +crux-kill-and-join-forward | Case Duckworth | 2022-04-12 |
| | | | | This one is visual-line-mode aware |