]> Untitled Git - monorepo.git/commitdiff
new commit on laptop
authorPreston Pan <ret2pop@gmail.com>
Thu, 26 Dec 2024 08:15:15 +0000 (00:15 -0800)
committerPreston Pan <ret2pop@gmail.com>
Thu, 26 Dec 2024 08:15:15 +0000 (00:15 -0800)
config/emacs.el
config/emacs.org
index.org
mindmap/lrc_circuit.png

index d1a4b50aadc51800d4de692d68351771ae0a0be0..4df7fc803f92e48b56e0f9dcd604ea0a57837f26 100644 (file)
@@ -256,7 +256,10 @@ Otherwise, just insert the typed character."
 (use-package eglot 
   :config
   (add-hook 'prog-mode-hook 'eglot-ensure)
-  (add-hook 'prog-mode-hook 'lsp))
+  (add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
+  (add-hook 'prog-mode-hook 'lsp)
+  :hook
+  (nix-mode . eglot-ensure))
 
 (use-package projectile
   :init
index dcc4a0e9baff04d58aadb6f5fdcf72ebdf161787..1fcca6cd43984e53ea46b0564a9c8de55a8244ae 100644 (file)
@@ -321,7 +321,10 @@ We set up eglot, the LSP manager for emacs, now built in:
   (use-package eglot 
     :config
     (add-hook 'prog-mode-hook 'eglot-ensure)
-    (add-hook 'prog-mode-hook 'lsp))
+    (add-to-list 'eglot-server-programs '(nix-mode . ("nil")))
+    (add-hook 'prog-mode-hook 'lsp)
+    :hook
+    (nix-mode . eglot-ensure))
 #+end_src
 ** Projectile
 Manages projects and shit.
index f18d8a8258b0c1f8f5ab06bf59a163c31a2431c9..8d59da4a1962d85f2be69ab8fa1c6031afcbd5e0 100644 (file)
--- a/index.org
+++ b/index.org
@@ -73,20 +73,20 @@ it be used as a means of exchange? Probably not, but it's cool and free for me t
 An anonymous form of ecash, the only one out of these that is actually being used for the purpose
 of currency (on the dark web):
 #+begin_example
-42eCG7GXqhofN9X4m8kTiwBLWr7b2m6QgdSd1NTtKZWqKCUzC7xuRcWUzct7SydZfUCqpf7KsWC6FhFmuP1ffGFwFskuURH
+88DQVgiowjJLwsHfTaNjNgJ9Wu4Pw9msie89M2fMrTVJeDEnzqwYMQjX9nAnEDegWrU9LsJdNYp5EKkzxT73DuD6EGa9eWf
 #+end_example
 ** ETH (And associated tokens)
 Utility in the form of smart contracts (which are perhaps useful for something important in the future),
 with first mover advantage in this regard:
 #+begin_example
-0x8512B753D1613143A379d0ba39bd335e94F37DCF
+0x135Ed80afB7Cd06E494e5Bb737Da8D4B23153480
 #+end_example
 Note that this includes subprojects such as LINK which I find to have some value.
 ** BTC
 The standard, and probably will continue to be used as a prediction market/speculative asset for the
 efficacy of other cryptocurrencies:
 #+begin_example
-bc1qjxec4e08hzv09h0ss8q80ey0kc7356p6c8fg8h
+bc1qaymk2ky8unwq7jdydjw6y9a5xr9z60mkds9ttq
 #+end_example
 Note that all of the above cryptocurrencies I believe are either potentially useful for some niche, or have
 value because of their de-facto link to other currencies that are useful for some niche.
index 73564244040a4d9cbb15812536dee0396ff11531..dd3cd56a368ddefabdff64cb4b124305cfc1bc19 100644 (file)
Binary files a/mindmap/lrc_circuit.png and b/mindmap/lrc_circuit.png differ