Skip to content

trivialfis/Foci-Emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs configuration.

Introduction

It’s just my Emacs configuration. Emacs itself along with all the packages are managed by nix with the help of emacs-overlay from the nix-community.

Install

I use nix on other Linux distributions instead of the NixOS, system configuration is hence not supported. For folks like me, place following configurations into respected files for fetching the emacs overlay and defining the package override:

  • .config/nixpkgs/config.nix
{
  packageOverrides = pkgs: with pkgs; {
    fociEmacs = pkgs.callPackage ~/.emacs.d/foci.nix pkgs;
  };
}
  • .config/nixpkgs/overlays/emacs-packages.nix
import (builtins.fetchTarball {
  url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
})

run:

nix-env -iA nixpkgs.fociEmacs

License

GPL-v3

About

My emacs configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published