summary refs log tree commit diff stats
path: root/init.el
Commit message (Collapse)AuthorAge
* 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
|
* WhitespaceCase Duckworth2021-03-11
|
* Fix typoCase Duckworth2021-03-11
|
* Configure garbage collectionCase Duckworth2021-03-11
|
* Configure emacs lispCase Duckworth2021-03-11
|
* Configure `eshell'Case Duckworth2021-03-11
|
* Configure `dired' and add packagesCase Duckworth2021-03-11
|
* Configure web browsingCase Duckworth2021-03-11
|
* Install `minions'Case Duckworth2021-03-11
|
* Install `orderless'Case Duckworth2021-03-11
|
* Configure minibufferCase Duckworth2021-03-11
|
* Lengthen `recentf-auto-cleanup' timeoutCase Duckworth2021-03-11
|
* Change quote styleCase Duckworth2021-03-11
|
* Word-wrap, but don't truncate-linesCase Duckworth2021-03-11
|
* WhitespaceCase Duckworth2021-03-11
|
* Change up filenamesCase Duckworth2021-03-11
|
* UniquifyCase Duckworth2021-03-11
|
* Bump bankruptcyCase Duckworth2021-03-11
|
* uhhhhhhhh... stuff?Case Duckworth2021-03-08
|
* Almost finished with `acdw/pkg'Case Duckworth2021-03-08
| | | | Still some bugs to squash.
* Add functionsCase Duckworth2021-03-08
|
* 5cCase Duckworth2021-03-07
|
* Merge branch 'no-org' of tildegit.org:acdw/emacs into no-orgCase Duckworth2021-03-04
|\
| * Fix hookCase Duckworth2021-03-04
| |
| * Add Research section to headerCase Duckworth2021-03-04
| |
| * Add flyspell-correct-mapper bind to flyspell-mode-mapCase Duckworth2021-03-04
| | | | | | | | This should fix the issue from a few commits ago.
| * Add org-modeCase Duckworth2021-03-04
| |
| * Fix sh case indenting to shfmt styleCase Duckworth2021-03-04
| |
| * Load flyspell-correct after flyspellCase Duckworth2021-03-04
| | | | | | | | | | The binding still isn't working for some reason, however. I'm not sure what the reason might be. I suppose I ought to macroexpand it.
* | Configure ibufferCase Duckworth2021-03-04
|/
* Random configsCase Duckworth2021-03-01
|
* Auto-revert diredCase Duckworth2021-03-01
|
* Config eldocCase Duckworth2021-03-01
|
* blarghCase Duckworth2021-03-01
|
* Change reading and read-only modeCase Duckworth2021-03-01
|
* Show magit in the same window as the fileCase Duckworth2021-03-01
|