Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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... | |||
* | White space | Case Duckworth | 2021-03-25 | |
| | ||||
* | 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 | |
| | ||||
* | Change `exec-path' | Case Duckworth | 2021-03-24 | |
| | ||||
* | Fix eol | Case Duckworth | 2021-03-24 | |
| | ||||
* | Merge branch 'main' of tildegit.org:acdw/emacs | Case Duckworth | 2021-03-23 | |
|\ | ||||
| * | Add "~/Applications/racket" to path | Case Duckworth | 2021-03-18 | |
| | | ||||
* | | Stuff | Case Duckworth | 2021-03-23 | |
| | | ||||
* | | Whitespace? | Case Duckworth | 2021-03-18 | |
| | | ||||
* | | Ignore racket-mode/ | Case Duckworth | 2021-03-16 | |
| | | | | | | | | Should, at some point, move it into var/ | |||
* | | 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 | |
| |/ |/| | ||||
* | | Install `no-littering' | Case Duckworth | 2021-03-14 | |
| | | | | | | | | To catch the packages I don't want to bother configuring. | |||
* | | 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 | |
| | | ||||
* | | Change default font at home | Case Duckworth | 2021-03-12 | |
|/ | ||||
* | Fix typo | Case Duckworth | 2021-03-12 | |
| | | | | That colon .. twould jam up me colon | |||
* | Whitespace | Case Duckworth | 2021-03-12 | |
| | ||||
* | 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 | |
| | ||||
* | Return a value from `acdw/set' | 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 | |
| | ||||
* | Configure `simple-modeline' | Case Duckworth | 2021-03-12 | |
| | ||||
* | Add binding for `hippie-expand' | Case Duckworth | 2021-03-12 | |
| | ||||
* | Install `simple-modeline' | Case Duckworth | 2021-03-11 | |
| | ||||
* | Remove M-g M-g consult bindings | Case Duckworth | 2021-03-11 | |
| |