diff options
Diffstat (limited to 'nix/.config')
-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 |