Skip to content

Instantly share code, notes, and snippets.

@washort
Last active January 2, 2020 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save washort/cb26a8cb770291df1a6148c9993f8597 to your computer and use it in GitHub Desktop.
Save washort/cb26a8cb770291df1a6148c9993f8597 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.emacs26WithPackages (epkgs: (with epkgs.melpaPackages; [
ivy
epkgs.orgPackages.org
org-sync
bind-key
counsel
flycheck
magit
forge
powerline
el-get
req-package
solarized-theme
workgroups2
nix-mode
company-nixos-options
nix-sandbox
gist
rjsx-mode
htmlize
emacsql-sqlite
web-mode
dumb-jump
indium
nov
]) ++
[
pkgs.emacs26Packages.melpaPackages.elpy
pkgs.gnutls.bin
pkgs.ripgrep
pkgs.qrencode
pkgs.nodePackages.indium
(pkgs.python27.withPackages (ps: [
ps.pip
ps.autopep8
ps.importmagic
ps.rope
ps.setuptools
ps.jedi
ps.flake8 ]))
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment