Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Add find-variable to +lookup-map | Case Duckworth | 2022-01-06 | |
| | | ||||
* | | Fixup +defvar to be in line with defvar | Case Duckworth | 2022-01-06 | |
| | | ||||
* | | Add +org-horizontal-rule | Case Duckworth | 2022-01-06 | |
|/ | ||||
* | Fix :setup and :setup-when | Case Duckworth | 2022-01-05 | |
| | | | | Now we have better warnings and messages too | |||
* | Fix :setup form | Case Duckworth | 2022-01-05 | |
| | | | | I had to end the `ignore-errors' form with t | |||
* | Lots of changes, maybe breaking something | Case Duckworth | 2022-01-05 | |
| | | | | | I have to do a big debugging tonight. Keybinds aren't getting picked up, idk what's going on. | |||
* | Break function into library | Case Duckworth | 2022-01-05 | |
| | ||||
* | Add +defvar | Case Duckworth | 2022-01-05 | |
| | | | | For those lazy times when I want to reset a variable that's defvared | |||
* | Improve +sunrise-sunset | Case Duckworth | 2022-01-05 | |
| | | | | TODO: At some point, I should break this into a standalone package. | |||
* | Add +link-hint-map | Case Duckworth | 2022-01-05 | |
| | ||||
* | Don't ensure functions in :+key, :+leader, :+menu | Case Duckworth | 2022-01-05 | |
| | ||||
* | Change +casing keymap | Case Duckworth | 2022-01-05 | |
| | ||||
* | Add +lookup | Case Duckworth | 2022-01-05 | |
| | ||||
* | Add wrap-region and modify expand-region to match | Case Duckworth | 2022-01-05 | |
| | ||||
* | Changes | Case Duckworth | 2022-01-04 | |
| | ||||
* | Add a function and variable system-system | Case Duckworth | 2022-01-04 | |
| | ||||
* | Skip word forward | Case Duckworth | 2022-01-04 | |
| | ||||
* | Reset +sunrise-sunset at midnight | Case Duckworth | 2022-01-04 | |
| | ||||
* | Add system-file, system-system-file, and change logic around | Case Duckworth | 2022-01-04 | |
| | ||||
* | Add system.el | Case Duckworth | 2022-01-04 | |
| | ||||
* | A few various changes: typos and bugs | Case Duckworth | 2022-01-04 | |
| | ||||
* | Add +casing | Case Duckworth | 2022-01-04 | |
| | ||||
* | Add +crux.el | Case Duckworth | 2022-01-04 | |
| | | | | Oops, missed this with a previous commit | |||
* | Add +remember-prefix-arg function | Case Duckworth | 2022-01-04 | |
| | ||||
* | Remove el-patch on setup | Case Duckworth | 2022-01-04 | |
| | | | | | | | Setup 1.2 (I'm pretty sure) removed the `ensure-function' and `ensure-kbd' functions, instead using an `:ensure' keyword in `setup-define'. This makes it way harder to /not/ ensure things when I don't want them, so I just have to use regular elisp when I want to do something funky. Oh well. | |||
* | Format circe messages better | Case Duckworth | 2022-01-03 | |
| | ||||
* | Fix browse-url urls | Case Duckworth | 2022-01-03 | |
| | ||||
* | Fix things for Windows Emacs | Case Duckworth | 2022-01-03 | |
| | ||||
* | Add function: +ensure-after-init | Case Duckworth | 2022-01-02 | |
| | ||||
* | Disable indicate-empty-lines | Case Duckworth | 2022-01-02 | |
| | ||||
* | Add +org-capture | Case Duckworth | 2022-01-02 | |
| | ||||
* | Update +key to use menu as a prefix key too | Case Duckworth | 2022-01-02 | |
| | | | | | | I should probably choose one or the other to use.... or something. h/t to https://old.reddit.com/r/emacs/comments/rr330u/weekly_tips_tricks_c_thread/hqwbz6p/?context=3 | |||
* | Changes of things | Case Duckworth | 2021-12-31 | |
| | ||||
* | Use truncate-string-ellipsis by default | Case Duckworth | 2021-12-31 | |
| | ||||
* | Better setup secondary-browser urls | Case Duckworth | 2021-12-31 | |
| | ||||
* | Add link-hint | Case Duckworth | 2021-12-31 | |
| | ||||
* | More stuff | Case Duckworth | 2021-12-30 | |
| | ||||
* | Move yank-indent advice to +emacs.el | Case Duckworth | 2021-12-30 | |
| | ||||
* | Lots and lots of changes, oh jeez | Case Duckworth | 2021-12-29 | |
| | ||||
* | Re-install (new and improved!) filldent.el | Case Duckworth | 2021-12-28 | |
| | ||||
* | Add +kmacro.el | Case Duckworth | 2021-12-28 | |
| | ||||
* | Setup hideshow.el | Case Duckworth | 2021-12-28 | |
| | ||||
* | Fix typo | Case Duckworth | 2021-12-26 | |
| | ||||
* | Add +eww and further customize eww | Case Duckworth | 2021-12-26 | |
| | ||||
* | Make titlecase a proper package | Case Duckworth | 2021-12-26 | |
| | ||||
* | Fix random issues | Case Duckworth | 2021-12-26 | |
| | ||||
* | Add reading-mode | Case Duckworth | 2021-12-26 | |
| | ||||
* | Customize 'customize' | Case Duckworth | 2021-12-26 | |
| | ||||
* | Change circadian to +sunrise-sunset | Case Duckworth | 2021-12-25 | |
| | | | | I think this'll be less buggy overall. | |||
* | Bunch of changes; notably +filldent-dwim | Case Duckworth | 2021-12-25 | |
| | | | | I might add this into filldent.el as `filldent-stupidly', later. |