Skip to content

Instantly share code, notes, and snippets.

@jsamsa
Created November 11, 2019 05:44
Show Gist options
  • Save jsamsa/4443f5389a9ec0b4147e000e547c5187 to your computer and use it in GitHub Desktop.
Save jsamsa/4443f5389a9ec0b4147e000e547c5187 to your computer and use it in GitHub Desktop.
home emacs overlay
self: super:
{
emacs = (super.emacsPackagesNgFor self.emacsMacport).emacsWithPackages(epkgs:
with epkgs; [
use-package
magit
helm
helm-ag
helm-ag-r
projectile
helm-projectile
rainbow-mode
rainbow-delimiters
csv
# themes
gruber-darker-theme
afternoon-theme
material-theme
spacemacs-theme
org
helm-org
helm-org-rifle
helm-orgcard
ledger-mode
# code
haskell-mode
cider
rust-mode
cargo
racer
purescript-mode
nix-mode
]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment