Skip to content

Commit

Permalink
macport
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Jun 26, 2024
1 parent d08d966 commit a1a5694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -4022,9 +4022,9 @@ graphical version of Emacs.

#+BEGIN_SRC shell :padline no
case $(uname) in
# Darwin)
# open @emacs@/Applications/Emacs.app
# ;;
Darwin)
open @emacs@/Applications/Emacs.app
;;
,*)
@emacs@/bin/emacs
;;
Expand Down Expand Up @@ -4166,7 +4166,7 @@ currently).
inherit crossSystem system config;
overlays = overlays ++ [ emacs-overlay.overlay ];
};
in pkgs'.emacsPackagesFor pkgs'.emacs-git;
in pkgs'.emacsPackagesFor (if pkgs'.stdenv.hostPlatform.isDarwin then pkgs'.emacsMacport else pkgs'.emacs-git);
#+END_SRC

Tex live provides some LaTeX commads for us.
Expand Down

0 comments on commit a1a5694

Please sign in to comment.