summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Remove el-patch on setupCase Duckworth2022-01-04
| | | | | | | Setup 1.2 (I'm pretty sure) removed the `ensure-function' and `ensure-kbd' functions, instead using an `:ensure' keyword in `setup-define'. This makes it way harder to /not/ ensure things when I don't want them, so I just have to use regular elisp when I want to do something funky. Oh well.
* Don't confirm anything with pdf-tools-installCase Duckworth2022-01-03
|
* Add eshell-bookmarkCase Duckworth2022-01-03
|
* Add elpherCase Duckworth2022-01-03
|
* Better-configure elfeedCase Duckworth2022-01-03
|
* Break out forge config into its own thingCase Duckworth2022-01-03
|
* Add imenu-generic-expression to eshellCase Duckworth2022-01-03
|
* Configure diredCase Duckworth2022-01-03
|
* Correct typoCase Duckworth2022-01-03
|
* Remove spurious auth-info filesCase Duckworth2022-01-03
|
* Re-indentCase Duckworth2022-01-03
|
* Change fonts... againCase Duckworth2022-01-03
|
* Add sophomoreCase Duckworth2022-01-03
|
* Fix eshell loadingCase Duckworth2022-01-03
| | | | Eshell loads stupidly, so I have to do this ish in it :(
* Format circe messages betterCase Duckworth2022-01-03
|
* Fix typosCase Duckworth2022-01-03
|
* Change bind for helpful-at-pointCase Duckworth2022-01-03
|
* Much org configuringCase Duckworth2022-01-03
|
* Add a diary fileCase Duckworth2022-01-03
| | | | But I dont use it
* Fix browse-url urlsCase Duckworth2022-01-03
|
* Do pulse-location-mode /after/ initCase Duckworth2022-01-03
|
* Change truncation ellipsisCase Duckworth2022-01-03
|
* Don't require _work until it's neededCase Duckworth2022-01-03
|
* ReindentCase Duckworth2022-01-03
|
* Fix things for Windows EmacsCase Duckworth2022-01-03
|
* Add function: +ensure-after-initCase Duckworth2022-01-02
|
* Disable indicate-empty-linesCase Duckworth2022-01-02
|
* Add +org-captureCase Duckworth2022-01-02
|
* Add keychain-environmentCase Duckworth2022-01-02
| | | | This requires "keychain" to be installed.
* Change org-visibility pathCase Duckworth2022-01-02
|
* Ignore hidden filesCase Duckworth2022-01-02
|
* Update +key to use menu as a prefix key tooCase Duckworth2022-01-02
| | | | | | I should probably choose one or the other to use.... or something. h/t to https://old.reddit.com/r/emacs/comments/rr330u/weekly_tips_tricks_c_thread/hqwbz6p/?context=3
* Add org-visibilityCase Duckworth2022-01-01
|
* Fork mode-line-bellCase Duckworth2022-01-01
|
* Always do recursive stuffCase Duckworth2022-01-01
|
* Remove options set by `fill-sentence-properly'Case Duckworth2022-01-01
|
* Changes of thingsCase Duckworth2021-12-31
|
* Use truncate-string-ellipsis by defaultCase Duckworth2021-12-31
|
* Better setup secondary-browser urlsCase Duckworth2021-12-31
|
* Add package-lint-flymakeCase Duckworth2021-12-31
|
* Add link-hintCase Duckworth2021-12-31
|
* Change loading message to be a temp messageCase Duckworth2021-12-31
|
* Add streamable.com to secondary-browser-listCase Duckworth2021-12-31
| | | | I should maybe set this up in a variable
* Require +modelineCase Duckworth2021-12-31
|
* Speed up initCase Duckworth2021-12-30
|
* More stuffCase Duckworth2021-12-30
|
* Uh, thingsCase Duckworth2021-12-30
|
* Add mouse context-menu-mode configCase Duckworth2021-12-30
|
* Move yank-indent advice to +emacs.elCase Duckworth2021-12-30
|
* Change `sentence-end-double-space` to nil mostlyCase Duckworth2021-12-30
| | | | When filling, I want it to be t. So I got to use `dlet` !!!