Skip to content

Commit 3df319a

Browse files
authored
Update packages (#429)
* chore(lock): update all * feat: remove porobuf-mode * chore: remove dependency on mathjax
1 parent 549d922 commit 3df319a

7 files changed

+124
-124
lines changed

flake.nix

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858

5959
flake = {
6060
homeManagerModules.emacsConfig = import ./nix/home-manager.nix;
61+
lib = import ./nix/lib.nix { inherit (inputs.nixpkgs) lib; };
6162
};
6263

6364
perSystem =

init.org

-7
Original file line numberDiff line numberDiff line change
@@ -3455,13 +3455,6 @@ Pretty check-boxes
34553455
(setq plantuml-default-exec-mode 'executable))
34563456
#+end_src
34573457

3458-
** protobuf
3459-
#+begin_src emacs-lisp :tangle yes
3460-
(use-package protobuf-mode
3461-
:ensure t
3462-
:mode "\\.proto\\'")
3463-
#+end_src
3464-
34653458
** python
34663459
#+begin_src emacs-lisp :tangle yes
34673460
(use-package python

0 commit comments

Comments
 (0)