summaryrefslogtreecommitdiff
path: root/lib/emacs-packages.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-08-27 14:34:49 -0700
committerBen Sima <ben@bsima.me>2019-08-27 14:34:49 -0700
commitf3b91d75d2d3153e9fa4d7414929dcc531779727 (patch)
treec49dc426b64cec2d47dc594a1a5398244ccc4dd0 /lib/emacs-packages.nix
parent8c810428d6d93ba718df7e8388615ad7fa3d092c (diff)
reorganize, and some small fixes
Diffstat (limited to 'lib/emacs-packages.nix')
-rw-r--r--lib/emacs-packages.nix91
1 files changed, 91 insertions, 0 deletions
diff --git a/lib/emacs-packages.nix b/lib/emacs-packages.nix
new file mode 100644
index 0000000..1c9606e
--- /dev/null
+++ b/lib/emacs-packages.nix
@@ -0,0 +1,91 @@
+{ epkgs }:
+
+with epkgs;
+
+[
+ace-window
+ace-link
+ag
+avy
+bbdb
+melpaStablePackages.cider
+cheat-sh
+circe
+cl-lib
+clojure-mode
+company
+counsel
+counsel-dash
+counsel-notmuch
+counsel-projectile
+dashboard
+define-word
+deft
+diminish
+dired-narrow
+editorconfig
+evil
+evil-collection
+melpaStablePackages.evil-escape
+evil-magit
+evil-org
+evil-surround
+emojify
+eyebrowse
+general
+git-gutter-plus
+melpaStablePackages.git-timemachine
+haskell-mode
+hindent
+hlint-refactor
+htmlize
+hydra
+ibuffer-vc
+indent-guide
+ivy
+ix
+ledger-mode
+lispy
+magit
+magit-annex
+#magit-stgit # build fails
+markdown-mode
+multiple-cursors
+neotree
+notmuch
+nix-mode
+org-alert
+org-bullets
+org-dashboard
+org-jira
+melpaStablePackages.org-journal
+org-plus-contrib
+org-pomodoro
+org-ref
+org-trello
+org-web-tools
+pass
+pinentry
+popwin
+projectile
+rainbow-mode
+ranger
+restclient
+rotate
+s
+shakespeare-mode
+smart-mode-line
+spacemacs-theme
+spaceline
+swiper
+sx
+twittering-mode
+undo-tree
+use-package
+which-key
+winum
+yaml-mode
+yasnippet
+yasnippet-snippets
+zoom
+]