• Joined on 2022-11-13
gav451 pushed to main at gav451/emacs.d 2023-05-06 10:43:50 +02:00
9b542297f7 Uninstall `deadgrep' and `wgrep`
5ba54331b2 Add Lisp to the languages in title and footers
Compare 2 commits »
gav451 pushed to main at gav451/emacs.d 2023-05-05 07:30:04 +02:00
11f58b183a Unfreeze Python package urllib3
gav451 pushed to main at gav451/emacs.d 2023-04-26 20:46:55 +02:00
688b5d5341 Freeze urllib3 too
c374ac9156 Make an "Org introspection" section that disables tangling
c6031c37bf Reorganize the Programming Language Mode section
27a8b03fa5 Setup `smartparens' for `go-ts-mode' (no `go-ts-mode-hook' yet)
Compare 4 commits »
gav451 pushed to main at gav451/emacs.d 2023-04-25 21:13:47 +02:00
0103313c16 Get rid of Fennel programming
3e589723b2 Start to play with Go, Gopls, and `go-ts-mode'
d1a0628fcd Uninstall `slime' again
Compare 3 commits »
gav451 pushed to main at gav451/emacs.d 2023-04-18 18:05:23 +02:00
7ee1ad02c0 Fix automatic evaluation of the Emacs Lisp setup blocks
gav451 pushed to main at gav451/emacs.d 2023-04-07 13:54:51 +02:00
b3518382bb Install Geiser for Chez-, Chicken- and MIT-Scheme
221e047af2 Install Clozure Common Lisp
Compare 2 commits »
gav451 pushed to main at gav451/emacs.d 2023-04-02 07:19:01 +02:00
1c427ae3c1 Remove hook to start SLY manually so that it can disable SLIME
gav451 pushed to main at gav451/emacs.d 2023-03-28 08:17:55 +02:00
610a023211 Make bootstrapping `quicklisp' safer
7bc7b4118b Play again with SLY
580c6e5fd7 Enable `smartparens-strict-mode' in the SLIME REPL too
3d19f0fcce Don't enable `yas' globally
Compare 4 commits »
gav451 pushed to main at gav451/emacs.d 2023-03-22 17:56:45 +01:00
ac73e4a2b7 Experiment with `slime' instead of `sly'
gav451 pushed to main at gav451/emacs.d 2023-03-19 20:43:03 +01:00
934ce0e0cb Install more `sly' and `sbcl' packages including `sbcli'
d73b75e076 Start to play wit `osm' (Open Street Map)
5af9f6c9d7 Reorder the list
2837eb3dae Fix typo
Compare 4 commits »
gav451 pushed to main at gav451/emacs.d 2023-03-16 13:57:12 +01:00
4abfdcffc8 Fall back to a `citar' compatible `parsebib'
gav451 pushed to main at gav451/emacs.d 2023-03-14 20:37:14 +01:00
5f76405ed8 Show how to add local `quicklisp' projects
gav451 pushed to main at gav451/emacs.d 2023-03-12 18:07:44 +01:00
2a57eb9468 Split pip and pypi customization options from code
028f26506e Add commented cs325 setup lines to the SBCL resource file
Compare 2 commits »
gav451 pushed to main at gav451/emacs.d 2023-03-08 12:09:37 +01:00
825b7e21c4 Introduce `tempo' subsections and reduce line count in source blocks
d5a67d01bb Let `pip-list-outdated' display `pip-outdated-packages'
7e0bb2b96f Engrave line numbers of generated text source blocks
865e4a6c7e Add a link to the Emacs book of Keith Waclena
bcfa2eba72 Clean up the `tempo' setup
Compare 9 commits »
gav451 pushed to main at gav451/emacs.d 2023-03-05 00:46:24 +01:00
84cd8a677c Fix typo in previous commit
gav451 pushed to main at gav451/emacs.d 2023-03-04 06:50:34 +01:00
2d120d54b8 Remove the work around, since my patch squashing this bug made it!
gav451 pushed to main at gav451/emacs.d 2023-02-26 21:46:27 +01:00
860010a7f7 Tweak source block export in the "CL custom font locking" section
gav451 pushed to main at gav451/emacs.d 2023-02-26 18:49:08 +01:00
888466e7d1 Replace (setf (alist-get ...)) with the faster (setcdr (assq ...))
gav451 pushed to main at gav451/emacs.d 2023-02-26 14:59:34 +01:00
9e4b79f0fd Add the "Debug setting =org-babel-load-languages= options" section
gav451 pushed to main at gav451/emacs.d 2023-02-26 14:38:39 +01:00
ed91d44303 Switch to using `keymap-global-set' and `keymap-set'