summary refs log tree commit diff stats
path: root/init.el
Commit message (Collapse)AuthorAge
* Switch to using `setup.el' for customizationsCase Duckworth2021-03-29
| | | | | setup (https://git.sr.ht/~zge/setup) does everything I tried to do with `acdw/pkg', et al., but better.
* blehCase Duckworth2021-03-27
|
* Add elpher and gemini-modeCase Duckworth2021-03-27
|
* Incorporate idiomdrottning's magit display bitCase Duckworth2021-03-27
|
* Fix indentationCase Duckworth2021-03-27
|
* Correct :work settingsCase Duckworth2021-03-27
|
* Correct truncate-lines setting /again/Case Duckworth2021-03-27
| | | | I keep thinking I've made a mistake. I want it to be NIL!!!
* Move `acdw-modeline/vc-branch' to the left sideCase Duckworth2021-03-25
|
* Add beginendCase Duckworth2021-03-25
|
* Add recursion-indicatorCase Duckworth2021-03-25
|
* Flip RET and C-j in `icomplete-minibuffer-map'Case Duckworth2021-03-25
|
* Add windows settingsCase Duckworth2021-03-25
|
* Add god-mode indicator to modelineCase Duckworth2021-03-25
| | | | ... and whitespace...
* Add `god-mode'Case Duckworth2021-03-25
|
* Require `acdw' in `early-init.el'Case Duckworth2021-03-25
|
* Truncate linesCase Duckworth2021-03-25
|
* StuffCase Duckworth2021-03-23
|
* Whitespace?Case Duckworth2021-03-18
|
* Merge branch 'main' of tildegit.org:acdw/emacsCase Duckworth2021-03-16
|\
| * Remove empty comment lines in headersCase Duckworth2021-03-16
| |
| * Turn back on `global-font-lock-mode'Case Duckworth2021-03-16
| |
| * Merge branch 'main' of https://tildegit.org/acdw/emacs into 5cCase Duckworth2021-03-16
| |\
| * | "Package-ize" diredCase Duckworth2021-03-16
| | |
* | | Add crux bindingsCase Duckworth2021-03-16
| | |
* | | Don't indent with tabs no moreCase Duckworth2021-03-16
| |/ |/|
* | Further configure the mode lineCase Duckworth2021-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' offCase Duckworth2021-03-14
| |
* | Add `racket-mode'Case Duckworth2021-03-14
| |
* | Add `0x0'Case Duckworth2021-03-14
| |
* | Add `nov'Case Duckworth2021-03-14
| |
* | Change `:map-after' behaviorCase Duckworth2021-03-14
| |
* | Add keybinding for `unpackaged/org-return-dwim'Case Duckworth2021-03-13
| |
* | Change `frame-title-format'Case Duckworth2021-03-13
| |
* | Set `fixed-pitch' faceCase Duckworth2021-03-13
| | | | | | | | Still to do: `variable-pitch' (will need to change based on `acdw/system')
* | Add `expand-region'Case Duckworth2021-03-12
|/
* Fix typoCase Duckworth2021-03-12
| | | | That colon .. twould jam up me colon
* Remove commented linesCase Duckworth2021-03-12
|
* Change cursor for `overwrite-mode'Case Duckworth2021-03-12
|
* Add `:set', `:local', `:require' keywords to `acdw/pkg'Case Duckworth2021-03-12
|
* Change `acdw/hooks' formCase Duckworth2021-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' formsCase Duckworth2021-03-12
| | | | | This change means I don't have to `require' libraries that haven't been registered with `straight' yet.
* Configure `org-mode'.Case Duckworth2021-03-12
|
* Add `acdw/binds' to bind more than one key at onceCase Duckworth2021-03-12
| | | | I should probably change `acdw/bind-after-map' to use this macro...
* Change `add-hook' to `acdw/hooks'Case Duckworth2021-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 parensCase Duckworth2021-03-12
|
* Configure `simple-modeline'Case Duckworth2021-03-12
|
* Add binding for `hippie-expand'Case Duckworth2021-03-12
|
* Install `simple-modeline'Case Duckworth2021-03-11
|
* Remove M-g M-g consult bindingsCase Duckworth2021-03-11
|
* Remap `just-one-space' to `cycle-spacing'Case Duckworth2021-03-11
|