mirror of
https://github.com/larstvei/emacs-flake.git
synced 2024-11-26 08:08:31 +00:00
Add a README
This commit is contained in:
parent
e58b82b3ff
commit
b6303a9566
20
README.org
Normal file
20
README.org
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
* Emacs Flake
|
||||||
|
|
||||||
|
This repository contains the Nix flake for my Emacs configuration. For the
|
||||||
|
full configuration, see https://github.com/larstvei/dot-emacs.
|
||||||
|
|
||||||
|
** Usage
|
||||||
|
|
||||||
|
To run Emacs with my configuration, use the following command:
|
||||||
|
|
||||||
|
#+begin_src sh
|
||||||
|
nix run github:larstvei/emacs-flake
|
||||||
|
#+end_src
|
||||||
|
|
||||||
|
** Updating
|
||||||
|
|
||||||
|
To update the flake, run:
|
||||||
|
|
||||||
|
#+begin_src sh
|
||||||
|
nix flake update
|
||||||
|
#+end_src
|
Loading…
Reference in New Issue
Block a user