summary refs log tree commit diff stats
path: root/config.org
Commit message (Collapse)AuthorAge
* 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
* Fix bugs for compilationCase Duckworth2021-01-13
|
* Add TODO for local variablesCase Duckworth2021-01-13
|
* Change ‘find-file’ to ‘find-file-noselect’ in ‘refresh-emacs’Case Duckworth2021-01-13
|
* Change G map in elfeedCase Duckworth2021-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-captureCase Duckworth2021-01-13
|
* Tweak OrgCase Duckworth2021-01-13
|
* Eval after loading orgCase Duckworth2021-01-13
|
* Align org tags on changesCase Duckworth2021-01-13
| | | | This probably isn’t necessary with my particular setup…
* Browse with FirefoxCase Duckworth2021-01-13
|
* Elisp: Add Eros, fix plist indentationCase Duckworth2021-01-13
|
* add adaptive-wrap-prefix-mode to a hookCase Duckworth2021-01-13
|
* Scroll fasterCase Duckworth2021-01-13
|
* Change indentationCase Duckworth2021-01-12
|
* Add PHP modeCase Duckworth2021-01-10
|
* Add inf-janet-modeCase Duckworth2021-01-09
|
* Add expand-regionCase Duckworth2021-01-09
|
* Remove sml/theme definitionCase Duckworth2021-01-09
| | | | | | | | | It’s really annoying … if I load run ‘refresh-emacs’, the sml theme is all wrong – I have to re-run ‘sml/setup’. I tried adding a ton of different orders of ‘sml/apply-theme ’dark’, etc, in different places, but none of theme solved the problem. I’ll just count on the fact that I won’t often run ‘refresh-emacs’, I guess.
* Change comment formattingCase Duckworth2021-01-09
|
* Fix org loading on tangleCase Duckworth2021-01-09
|
* Add elfeedCase Duckworth2021-01-09
|
* Fix smart-mode-line themingCase Duckworth2021-01-09
|
* Add acdw/setup-mu4e-view-mode to mu4e-compose-modeCase Duckworth2021-01-09
|
* Fix bookmarkCase Duckworth2021-01-09
|
* Add exec-path-from-shellCase Duckworth2021-01-08
|
* Center mu4e message viewCase Duckworth2021-01-08
|
* Shorten org-deadline-warning-days to 4Case Duckworth2021-01-08
|
* Customize diredCase Duckworth2021-01-08
|
* Add Janet-langCase Duckworth2021-01-08
|
* Add adaptive-wrapCase Duckworth2021-01-08
|
* Fix font-changing functionsCase Duckworth2021-01-08
|
* Only cleanup whitespace when the window is unfocusedCase Duckworth2021-01-08
|
* Add super-saveCase Duckworth2021-01-08
|
* Add setup-smolweb functionCase Duckworth2021-01-07
| | | | | At some point in the future, I might make this some kind of ’reading-mode’, because it’s good for a lot of reading stuff.
* Configure mu4e-headers-modeCase Duckworth2021-01-07
|
* Update mu4e in the background every 5 minutesCase Duckworth2021-01-07
|
* Add ini-modeCase Duckworth2021-01-07
|
* Add sudo-editCase Duckworth2021-01-07
|
* Add smolweb stuffCase Duckworth2021-01-05
|
* Add mu4e shortcuts and keybindingCase Duckworth2021-01-05
|
* WhitespaceCase Duckworth2021-01-05
|
* Various changesCase Duckworth2021-01-05
|
* Configure org-modeCase Duckworth2021-01-05
|
* Remove the Rasmus segmentCase Duckworth2021-01-05
|
* Add mu4eCase Duckworth2021-01-05
|
* Add nov.elCase Duckworth2021-01-05
|
* Add git{attributes,config,ignore}-modeCase Duckworth2021-01-05
|
* Highlight the current line in dired-modeCase Duckworth2021-01-05
|
* Add form-feedCase Duckworth2021-01-05
|
* Add popwinCase Duckworth2021-01-04
|