diff options
author | Alan Pearce | 2017-08-06 09:23:14 +0200 |
---|---|---|
committer | Alan Pearce | 2017-08-06 09:23:14 +0200 |
commit | be62cbb6aa92d2f788fd9449152156076151ca1f (patch) | |
tree | 95e15896024203524f68966d3e2f5b626b2b8284 /nix | |
parent | d160fda17634bf780c53e38e2ad895ebd15a2e1e (diff) | |
parent | 4c61a4a89c0a1613d6979a4df64ea1c2498eddaa (diff) | |
download | nixfiles-be62cbb6aa92d2f788fd9449152156076151ca1f.tar.lz nixfiles-be62cbb6aa92d2f788fd9449152156076151ca1f.tar.zst nixfiles-be62cbb6aa92d2f788fd9449152156076151ca1f.zip |
Merge branch 'master' of ssh://alanpearce.eu/dotfiles
Diffstat (limited to 'nix')
-rw-r--r-- | nix/.config/nixpkgs/emacs.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nix/.config/nixpkgs/emacs.nix b/nix/.config/nixpkgs/emacs.nix index 02b74964..ad77ff5d 100644 --- a/nix/.config/nixpkgs/emacs.nix +++ b/nix/.config/nixpkgs/emacs.nix @@ -51,12 +51,13 @@ in diminish bind-key use-package + smartparens + lentic ]) ++ (with epkgs.melpaPackages; [ ace-link ace-window add-node-modules-path ag - async auto-compile avy base16-theme @@ -66,7 +67,6 @@ in clj-refactor clojure-mode cmd-to-echo - coffee-mode command-log-mode company company-go @@ -123,6 +123,9 @@ in nginx-mode nix-mode nix-sandbox + outorg + outshine + navi-mode org-journal page-break-lines paredit @@ -140,7 +143,6 @@ in shrink-whitespace slime smart-tabs-mode - smartparens smex suggest swiper |