diff options
Diffstat (limited to 'third_party/overlays/emacs.nix')
-rw-r--r-- | third_party/overlays/emacs.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/overlays/emacs.nix b/third_party/overlays/emacs.nix new file mode 100644 index 000000000000..341feb501507 --- /dev/null +++ b/third_party/overlays/emacs.nix @@ -0,0 +1,4 @@ +# Emacs overlay from https://github.com/nix-community/emacs-overlay +{ depot, ... }: + +import depot.third_party.sources.emacs-overlay |