Bram Schoenmakers bram
bram pushed to main at bram/emacs-persist-state 2023-05-15 10:33:19 +00:00
d57ec1ed52 Fix call to savehist
bram pushed to main at bram/emacs-persist-state 2023-05-15 05:24:32 +00:00
08dc2819bf Adapt commentary
bram pushed to main at bram/emacs-persist-state 2023-05-14 20:49:59 +00:00
e490cfda53 Add .gitignore
4a6be40724 Fix docstring location
Compare 2 commits »
bram pushed to main at bram/emacs-persist-state 2023-05-14 17:57:16 +00:00
605040b42b Update README
bram pushed to main at bram/emacs-persist-state 2023-05-14 17:31:02 +00:00
2c54424ba5 Add minor mode
bram pushed to main at bram/emacs-persist-state 2023-05-13 19:54:20 +00:00
273102a287 Preconditions and arguments should be used within :function
d61ba29a76 Add # to function name
Compare 2 commits »
bram pushed to main at bram/emacs-persist-state 2023-05-12 18:05:23 +00:00
7e26554555 Add support for prescient.el
dd57536081 Allow a package to have a URL
Compare 2 commits »
bram pushed to main at bram/emacs-persist-state 2023-05-12 17:06:19 +00:00
58f654c35d Made package support more extensible and maintainable
bram pushed to main at bram/emacs-persist-state 2023-05-12 16:23:14 +00:00
a567abcf7c Don't show attribution in rendered README
bram pushed to main at bram/emacs-persist-state 2023-05-12 16:21:47 +00:00
7a79151483 Improve docstrings
6b5fceafc5 Only export the result, not the code that generates it
Compare 2 commits »
bram pushed to main at bram/emacs-persist-state 2023-05-11 20:34:57 +00:00
df6c8e51c7 Generate configuration table in README
bram pushed to main at bram/emacs-persist-state 2023-05-09 20:10:07 +00:00
1b551343f1 Change module name to save eshell history
b9dd3c3473 Reformat
Compare 2 commits »
bram pushed to main at bram/emacs-persist-state 2023-05-09 19:48:30 +00:00
19e88addaa Add support for some builtin packages to save automatically
bram pushed to main at bram/gists 2023-05-09 09:35:20 +00:00
efab4c386e Link to improved version
bram pushed to main at bram/gists 2023-05-08 21:06:44 +00:00
31ac3363da Add dwim-shell-command to upload files to 0x0.st
bram pushed to main at bram/emacs-persist-state 2023-05-07 21:01:40 +00:00
d450103a57 Add README draft
bram pushed to main at bram/advent-of-code 2023-04-18 11:02:10 +00:00
7ddbeba4d8 Started with shortest path algorithm
bram pushed to main at bram/advent-of-code 2023-04-17 21:32:12 +00:00
b5f39e62e8 Started with day 12
bram pushed to main at bram/advent-of-code 2023-04-17 14:47:27 +00:00
62dcde64ef Remove test line
7060a0e64f Finished part 2 of day 11, use the least common multiple (lcm)
Compare 2 commits »
bram pushed to main at bram/advent-of-code 2023-04-17 12:35:23 +00:00
ca8dbe1894 Add assignment day 2