Commit 586249a7ea19

Vincent Demeester <vincent@sbr.pm>
2024-04-03 12:48:06
Some updates to emacs and READMEs
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3820d48
Changed files (3)
tools
users
vincent
tools/emacs/README.org
@@ -11,6 +11,7 @@
 - https://github.com/drshapeless/.emacs.d/
 - https://github.com/librephoenix/nixos-config/tree/main/user/app/doom-emacs
   + https://github.com/psamim/dotfiles/blob/master/doom/config.el#L73
+- https://git.sr.ht/~sebasmonia/dotfiles/tree/master/item/.config/emacs/init.el
 
 * Packages "inspirations"
 
users/vincent/dev/emacs.nix
@@ -145,7 +145,7 @@ let
     try
     typescript-mode
     undo-tree
-    use-package
+    # use-package # it's now part of built-in packages
     visual-fill-column
     visual-regexp
     vterm
README.org
@@ -1,13 +1,14 @@
 #+TITLE: =home= monorepo
 #+FILETAGS: #home infra configuration dotfiles monorepo
 
+~home~ is the monorepo containing my personal tools and infrastructure. Almost everything in
+here is built using [[https://nixos.org/nix][Nix]].
+
 - *I need to rewrite this part based on =flake.nix= and updates*.
 - Explore the =nixos-rebuild --build-host … --target-host … --flake .#host boot= as it might
   remove the need for =deploy-rs= altogether 😈
 - I need to make a *big* overall on the docs.
 
-~home~ is the monorepo containing my personal tools and infrastructure. Everything in here
-should be built using [[https://nixos.org/nix][Nix]].
 
 * Highlights