summary refs log tree commit diff stats
path: root/init.el
Commit message (Collapse)AuthorAge
* Change method of init-time messageCase Duckworth2021-04-01
| | | | | | | | Going off [1], I've just redefined the `display-startup-echo-area-message' function to show the startup time, instead of adding a hook to Emacs's startup and trying to figure out how to give my username to the original function. [1]: https://depp.brause.cc/dotemacs/#org2cdacdd
* Fix typosCase Duckworth2021-04-01
|
* Add function `dumb-auto-format' that checks with apheleia firstCase Duckworth2021-04-01
| | | | | | | In adding `dumb-auto-format', I've removed `acdw/reformat-buffer' because it's not complex enough or stand-alone enough to keep as its own function. 21 guns.
* Break "Programming languages" out into its own sectionCase Duckworth2021-04-01
|
* Define `acdw/reindent-buffer' and hook into elispCase Duckworth2021-04-01
| | | | | Hopefully this will put a halt to all of my whitespace commits. Of course, this commit also includes whitespace-only diffs.
* Update `consult' bindings and configCase Duckworth2021-04-01
|
* Add `which-key'Case Duckworth2021-04-01
|
* Don't compress undo-fu-session files at workCase Duckworth2021-04-01
|
* Change etc. bindings' mapping to global-mapCase Duckworth2021-04-01
|
* Set up spellingCase Duckworth2021-04-01
|
* Remove `ehelp' binds in favor of `helpful' packageCase Duckworth2021-04-01
|
* Add forth-modeCase Duckworth2021-03-31
| | | | Only if gforth.el is around, though.
* Add PDF Tools at homeCase Duckworth2021-03-31
|
* Show client status in `frame-title-format'Case Duckworth2021-03-31
| | | | Also: fix the tab bar.
* Replace `:acdw/map' with `:global'Case Duckworth2021-03-31
| | | | | | My `acdw/map' bindings were shadowing things. Let's just try global bindings and see if that's /really/ that big of a deal. I'll keep acdw/mode around for kicks right now.
* Fixup comments for outshine-modeCase Duckworth2021-03-31
|
* Remove `eshell' bindingsCase Duckworth2021-03-31
| | | | still have to figure out how best to do this.
* Change binding to `crux-smart-open-line'Case Duckworth2021-03-31
|
* Add `outshine'Case Duckworth2021-03-31
|
* WhitespaceCase Duckworth2021-03-31
|
* Tweak debuggerCase Duckworth2021-03-31
|
* Fix -mode setupsCase Duckworth2021-03-31
|
* Add keybindingsCase Duckworth2021-03-31
|
* Add `smart-hungry-delete'Case Duckworth2021-03-31
|
* Fix typos and verbosityCase Duckworth2021-03-31
|
* Add pluginsCase Duckworth2021-03-31
|
* Add `olivetti' and tweak `acdw/reading-mode'Case Duckworth2021-03-31
|
* Fix font settingCase Duckworth2021-03-30
| | | | | I wrap it in a function hooked to `after-focus-change-function', from which it removes itself. ~Fancy~ stuff.
* Add `:setq-default' macro to save a little load timeCase Duckworth2021-03-30
|
* Set all fonts on all possible systemsCase Duckworth2021-03-30
|
* Add autoloads to `:acdw/map' and `:acdw/leader'Case Duckworth2021-03-30
|
* Correct typoCase Duckworth2021-03-29
|
* SturfCase Duckworth2021-03-29
|
* 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
|