Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | 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 | |
| | ||||
* | Remap `just-one-space' to `cycle-spacing' | Case Duckworth | 2021-03-11 | |
| | ||||
* | Whitespace | Case Duckworth | 2021-03-11 | |
| |