summary refs log tree commit diff stats
path: root/README.md
Commit message (Collapse)AuthorAge
* Rename ponder.jpg -> ponder.pngCase Duckworth2022-01-31
|
* gahCase Duckworth2022-01-29
|
* Move to README.mdCase Duckworth2022-01-29
|
* Remove README.mdCase Duckworth2021-01-19
|
* Only auto-fill commentsCase Duckworth2021-01-18
|
* Update READMECase Duckworth2021-01-18
|
* Use my fork of gemini-writeCase Duckworth2021-01-14
| | | | Allows use of auth-source.
* Delete re-definition of lisp-indent-function for something simplerCase Duckworth2021-01-13
| | | | | | | | | | | | | | | | The compiler kept complaining about how the variable ‘calculate-lisp-indent-last-sexp’ was “free,” which is due to (according to [1]) the fact that it’s dynamically bound, as opposed to lexical – so it’s actually defined further up the function call-chain, meaning it works but the compiler complains about it. I didn’t like all the complaining, so I tried installing ‘el-patch’ per this StackOverflow discussion[2], thinking that a package built allegedly specifically for this purpose would fix the dynamic/lexical binding mess, but of course it didn’t. So I just went and applied the changes in abo-abo’s answer[3], which set the indent-functions for elisp to be the same as cl. C’est la vie. [1]: https://emacs.stackexchange.com/questions/52782/ [2]: https://stackoverflow.com/questions/22166895/ [3]: https://stackoverflow.com/a/22167050
* Change indentationCase Duckworth2021-01-12
|
* Add PHP modeCase Duckworth2021-01-10
|
* Add inf-janet-modeCase Duckworth2021-01-09
|
* Update READMECase Duckworth2021-01-09
|
* Update READMECase Duckworth2021-01-08
|
* Update READMECase Duckworth2021-01-07
|
* Update READMECase Duckworth2021-01-05
|
* Update READMECase Duckworth2021-01-05
|
* Change max headline depthCase Duckworth2021-01-03
|
* Update READMECase Duckworth2021-01-03
|
* Update READMECase Duckworth2021-01-02
|
* Update READMECase Duckworth2021-01-02
|
* I declare … little bankruptcyCase Duckworth2020-12-30
|
* Remove use-packageCase Duckworth2020-12-23
|
* Update READMECase Duckworth2020-12-22
|
* Correct set-face-from-alternatives functionCase Duckworth2020-12-22
|
* Update READMECase Duckworth2020-12-21
|
* Correct comment whitespaceCase Duckworth2020-12-21
|
* Update tangled filesCase Duckworth2020-12-16
|
* Update READMECase Duckworth2020-12-16
|
* Update READMECase Duckworth2020-12-13
|
* Unignore {,early-}init.elCase Duckworth2020-12-11
|
* Update READMECase Duckworth2020-12-10
|
* Add emacsdcCase Duckworth2020-12-10
|
* Changes from workCase Duckworth2020-12-10
|
* Update READMECase Duckworth2020-12-10
|
* Add blank linesCase Duckworth2020-12-10
|
* Add intro line, remove TOCCase Duckworth2020-12-09
|
* Add a lot of stuff … backCase Duckworth2020-12-09
|
* I DECLARE … BANKRUPTCY!!!Case Duckworth2020-12-08
| | | | … again
* Update READMECase Duckworth2020-12-03
|
* Update READMECase Duckworth2020-12-03
|
* Update READMECase Duckworth2020-12-01
|
* Update READMECase Duckworth2020-11-29
|
* Update READMECase Duckworth2020-11-29
|
* Change READMECase Duckworth2020-11-25
|
* Remove TOCCase Duckworth2020-11-02
|
* Export config.org to README.mdCase Duckworth2020-11-01