Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add hippie-expand and reorganize | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Add tag | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Add a link for w32 faq | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Add UTF-8 settings | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Remove check for git executable around packages | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Add better description to fonts | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Add magit and git modes | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Add acdw/mode | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Add smartparens | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Finally sort out the config.org/el loading thing | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Reorganize early-init and init and add comments | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | Remove when-at | Ashley Duckworth | 2021-01-22 | |
| | | | | | Honestly, I only check a few times what kind of system I'm on -- so a whole macro for it is just silly. | |||
* | Add unicode-fonts, but keep it commented | Ashley Duckworth | 2021-01-22 | |
| | | | | | | Seeing that "Package 'cl' is deprecated" in the minibuffer is so annoying, I've decided to see how long I can get away with not actually using this package. | |||
* | Change behavior of kill-a-buffer | Ashley Duckworth | 2021-01-22 | |
| | | | | | | I don't know if I'll /ever/ want to kill all other buffers and windows, so I've changed C-u C-u M-x kill-a-buffer to just run kill-buffer. | |||
* | Change startup visibility | Ashley Duckworth | 2021-01-22 | |
| | ||||
* | 2020-01-21 | Case Duckworth | 2021-01-21 | |
| | ||||
* | 2020-01-21 | Case Duckworth | 2021-01-21 | |
| | ||||
* | Reorganize and add stuff | Case Duckworth | 2021-01-21 | |
| | ||||
* | UI, Persistence | Ashley Duckworth | 2021-01-20 | |
| | ||||
* | Start over ... again | Case Duckworth | 2021-01-19 | |
| | ||||
* | Hide cursor in inactive windows | Case Duckworth | 2021-01-19 | |
| | ||||
* | Only auto-fill comments | Case Duckworth | 2021-01-18 | |
| | ||||
* | Add an Areas for Future Research heading | Case Duckworth | 2021-01-18 | |
| | ||||
* | Add desktop file | Case Duckworth | 2021-01-18 | |
| | ||||
* | Re-indent | Case Duckworth | 2021-01-18 | |
| | ||||
* | Add TODO | Case Duckworth | 2021-01-18 | |
| | ||||
* | Make scripts executable automatically | Case Duckworth | 2021-01-18 | |
| | ||||
* | Enable clipboard | Case Duckworth | 2021-01-18 | |
| | | | | I think it was already, but let’s make things explicit | |||
* | Change M-o binding to switch buffers too | Case Duckworth | 2021-01-18 | |
| | ||||
* | Customize frame title | Case Duckworth | 2021-01-18 | |
| | ||||
* | Change left-curly-arrow bitmap | Case Duckworth | 2021-01-14 | |
| | ||||
* | Add mwim | Case Duckworth | 2021-01-14 | |
| | ||||
* | Use my fork of gemini-write | Case Duckworth | 2021-01-14 | |
| | | | | Allows use of auth-source. | |||
* | Fix indentation | Case Duckworth | 2021-01-14 | |
| | ||||
* | Avoid deprecated function | Case Duckworth | 2021-01-14 | |
| | ||||
* | Fix compiler warnings | Case Duckworth | 2021-01-14 | |
| | ||||
* | Turn off auto-save-mode until no-littering is loaded | Case Duckworth | 2021-01-14 | |
| | ||||
* | Add visual-line-fringe-indicator on the left | Case Duckworth | 2021-01-14 | |
| | ||||
* | Change at-work and at-home to the more general when-at | Case Duckworth | 2021-01-14 | |
| | ||||
* | Delete re-definition of lisp-indent-function for something simpler | Case Duckworth | 2021-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 | |||
* | Fix bugs for compilation | Case Duckworth | 2021-01-13 | |
| | ||||
* | Add TODO for local variables | Case Duckworth | 2021-01-13 | |
| | ||||
* | Change ‘find-file’ to ‘find-file-noselect’ in ‘refresh-emacs’ | Case Duckworth | 2021-01-13 | |
| | ||||
* | Change G map in elfeed | Case Duckworth | 2021-01-13 | |
| | | | | | | I don’t know why, but I need to re-init ttrss to download any new feed items. So I’ve written this kludge that just reinits the connection, downloading all new stuff, when I type “G”. | |||
* | Configure org-capture | Case Duckworth | 2021-01-13 | |
| | ||||
* | Tweak Org | Case Duckworth | 2021-01-13 | |
| | ||||
* | Eval after loading org | Case Duckworth | 2021-01-13 | |
| | ||||
* | Align org tags on changes | Case Duckworth | 2021-01-13 | |
| | | | | This probably isn’t necessary with my particular setup… | |||
* | Browse with Firefox | Case Duckworth | 2021-01-13 | |
| | ||||
* | Elisp: Add Eros, fix plist indentation | Case Duckworth | 2021-01-13 | |
| |