Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add `:setq-default' macro to save a little load time | Case Duckworth | 2021-03-30 |
| | |||
* | Set all fonts on all possible systems | Case Duckworth | 2021-03-30 |
| | |||
* | Add autoloads to `:acdw/map' and `:acdw/leader' | Case Duckworth | 2021-03-30 |
| | |||
* | Correct typo | Case Duckworth | 2021-03-29 |
| | |||
* | Sturf | Case Duckworth | 2021-03-29 |
| | |||
* | Switch to using `setup.el' for customizations | Case Duckworth | 2021-03-29 |
| | | | | | setup (https://git.sr.ht/~zge/setup) does everything I tried to do with `acdw/pkg', et al., but better. | ||
* | bleh | Case Duckworth | 2021-03-27 |
| | |||
* | Add elpher and gemini-mode | Case Duckworth | 2021-03-27 |
| | |||
* | Incorporate idiomdrottning's magit display bit | Case Duckworth | 2021-03-27 |
| | |||
* | Fix indentation | Case Duckworth | 2021-03-27 |
| | |||
* | Correct :work settings | Case Duckworth | 2021-03-27 |
| | |||
* | Correct truncate-lines setting /again/ | Case Duckworth | 2021-03-27 |
| | | | | I keep thinking I've made a mistake. I want it to be NIL!!! | ||
* | Move `acdw-modeline/vc-branch' to the left side | Case Duckworth | 2021-03-25 |
| | |||
* | Add beginend | Case Duckworth | 2021-03-25 |
| | |||
* | Add recursion-indicator | Case Duckworth | 2021-03-25 |
| | |||
* | Flip RET and C-j in `icomplete-minibuffer-map' | Case Duckworth | 2021-03-25 |
| | |||
* | Add windows settings | Case Duckworth | 2021-03-25 |
| | |||
* | Add god-mode indicator to modeline | Case Duckworth | 2021-03-25 |
| | | | | ... and whitespace... | ||
* | Add `god-mode' | Case Duckworth | 2021-03-25 |
| | |||
* | Require `acdw' in `early-init.el' | Case Duckworth | 2021-03-25 |
| | |||
* | Truncate lines | Case Duckworth | 2021-03-25 |
| | |||
* | Stuff | Case Duckworth | 2021-03-23 |
| | |||
* | Whitespace? | Case Duckworth | 2021-03-18 |
| | |||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-03-16 |
|\ | |||
| * | Remove empty comment lines in headers | Case Duckworth | 2021-03-16 |
| | | |||
| * | Turn back on `global-font-lock-mode' | Case Duckworth | 2021-03-16 |
| | | |||
| * | Merge branch 'main' of https://tildegit.org/acdw/emacs into 5c | Case Duckworth | 2021-03-16 |
| |\ | |||
| * | | "Package-ize" dired | Case Duckworth | 2021-03-16 |
| | | | |||
* | | | Add crux bindings | Case Duckworth | 2021-03-16 |
| | | | |||
* | | | Don't indent with tabs no more | Case Duckworth | 2021-03-16 |
| |/ |/| | |||
* | | Further configure the mode line | Case Duckworth | 2021-03-14 |
| | | | | | | | | | | I've broken out extra functions into `acdw-modeline', so they don't clutter up the init.el too much. | ||
* | | Turn `font-lock-mode' off | Case Duckworth | 2021-03-14 |
| | | |||
* | | Add `racket-mode' | Case Duckworth | 2021-03-14 |
| | | |||
* | | Add `0x0' | Case Duckworth | 2021-03-14 |
| | | |||
* | | Add `nov' | Case Duckworth | 2021-03-14 |
| | | |||
* | | Change `:map-after' behavior | Case Duckworth | 2021-03-14 |
| | | |||
* | | Add keybinding for `unpackaged/org-return-dwim' | Case Duckworth | 2021-03-13 |
| | | |||
* | | Change `frame-title-format' | Case Duckworth | 2021-03-13 |
| | | |||
* | | Set `fixed-pitch' face | Case Duckworth | 2021-03-13 |
| | | | | | | | | Still to do: `variable-pitch' (will need to change based on `acdw/system') | ||
* | | Add `expand-region' | Case Duckworth | 2021-03-12 |
|/ | |||
* | Fix typo | Case Duckworth | 2021-03-12 |
| | | | | That colon .. twould jam up me colon | ||
* | Remove commented lines | Case Duckworth | 2021-03-12 |
| | |||
* | Change cursor for `overwrite-mode' | Case Duckworth | 2021-03-12 |
| | |||
* | Add `:set', `:local', `:require' keywords to `acdw/pkg' | Case Duckworth | 2021-03-12 |
| | |||
* | Change `acdw/hooks' form | Case Duckworth | 2021-03-12 |
| | | | | | | Instead of only allowing (list-of-hooks) (list-of-functions), `acdw/hooks' now accepts a (list-of-hook-specs), each of which is of the above form, allowing the user to set multiple unrelated hooks at once. | ||
* | Move `acdw/modeline' functions into `acdw/pkg' forms | Case Duckworth | 2021-03-12 |
| | | | | | This change means I don't have to `require' libraries that haven't been registered with `straight' yet. | ||
* | Configure `org-mode'. | Case Duckworth | 2021-03-12 |
| | |||
* | Add `acdw/binds' to bind more than one key at once | Case Duckworth | 2021-03-12 |
| | | | | I should probably change `acdw/bind-after-map' to use this macro... | ||
* | Change `add-hook' to `acdw/hooks' | Case Duckworth | 2021-03-12 |
| | | | | | | I need to rewrite `acdw/hooks' to mirror the rest of the `acdw/' functions -- i.e., it should accept a list of lists, where the car of each list is a hook (or list of hooks) and the cdr is the function (or list of functions) to bind there. | ||
* | Toggle `truncate-lines' and fix parens | Case Duckworth | 2021-03-12 |
| |