Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A preview of the current configuration

.github/assets/screenshot.png

How to use

Add nixmacs to your flake.nix inputs:

inputs = {
  nixpkgs.url = "github:NixOS/nixpkgs";

  nixmacs = {
    url = "github:yvnth/nixmacs";
    inputs.nixpkgs.follows = "nixpkgs";
  };
};

Notes

This config is still under active development, so you may encounter bugs or breaking changes from time to time.

For the complete list of keybindings, see KEYBINDS.org

About

My personal GNU Emacs configuration managed declaratively with Nix

Resources

Stars

Watchers

Forks

Contributors

Languages