Skip to content

Commit

Permalink
emacs: need tex
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Nov 12, 2024
1 parent 21f7031 commit 044ea63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doom.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
;;prodigy ; FIXME managing external services & code builders
;;terraform ; infrastructure as code
;;tmux ; an API for interacting with tmux
;;tree-sitter ; syntax and parsing, sitting in a tree...
tree-sitter ; syntax and parsing, sitting in a tree...
;;upload ; map local to remote projects via ssh/ftp

:os
Expand Down Expand Up @@ -152,7 +152,7 @@
;;nim ; python + lisp at the speed of c
nix ; I hereby declare "nix geht mehr!"
;;ocaml ; an objective camel
org ; organize your plain life in plain text
(org +pretty) ; organize your plain life in plain text
;;php ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;graphviz ; diagrams for confusing yourself even more
Expand Down
5 changes: 5 additions & 0 deletions modules/home/all/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ in
inputs.nix-doom-emacs-unstraightened.hmModule
];

# https://docs.doomemacs.org/v21.12/modules/lang/org/#/prerequisites/nixos
home.packages = [
pkgs.texlive.combined.scheme-medium
];

programs.doom-emacs = {
enable = true;
emacs = pkgs.emacs30-pgtk;
Expand Down

0 comments on commit 044ea63

Please sign in to comment.