mirror of
https://github.com/nix-community/emacs-overlay.git
synced 2025-12-06 02:40:25 -08:00
README.org: replace obsolete symbol emacsGit
This commit is contained in:
parent
52a963560e
commit
6fad7c0b03
1 changed files with 2 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ to be in control of which revision of the overlay you run.
|
|||
|
||||
Adding the overlay this way will extend your Emacs packages set to contain
|
||||
the latest EXWM and dependencies from their respective master and make the
|
||||
package =emacsGit= available. These of course change quite rapidly and will
|
||||
package =emacs-git= available. These of course change quite rapidly and will
|
||||
cause compilation time.
|
||||
|
||||
#+BEGIN_SRC nix
|
||||
|
|
@ -191,7 +191,7 @@ instructions.
|
|||
The repository is meant to be used as an overlay as is explained
|
||||
above. Still, for experimental purposes, you might want to install a
|
||||
package directly from the overlay. For example, you can install
|
||||
=emacsGit= from a clone of this repository with the following command:
|
||||
=emacs-git= from a clone of this repository with the following command:
|
||||
|
||||
#+begin_src shell
|
||||
nix-build --expr 'with (import <nixpkgs> { overlays = [ (import ./.) ]; }); emacs-git'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue