about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-10-15T18·23+0200
committerVincent Ambo <tazjin@gmail.com>2017-10-15T18·23+0200
commit5e48ce3f9b210078fb99c4d173f223c2da0379b0 (patch)
treebbca6971ed82b39d49434d755a83e6804ac0b039 /init/custom.el
parentaf8913382132e15266b244a5b0acc9f1ddd1e180 (diff)
feat: Add nix-mode & nix-config function
* install nix-mode by default
* add a function to quickly open the system configuration.nix
Diffstat (limited to 'init/custom.el')
-rw-r--r--init/custom.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init/custom.el b/init/custom.el
index 16f9802dfd..f9729f28e8 100644
--- a/init/custom.el
+++ b/init/custom.el
@@ -15,6 +15,9 @@
  '(ns-alternate-modifier (quote none))
  '(ns-command-modifier (quote control))
  '(ns-right-command-modifier (quote meta))
+ '(package-selected-packages
+   (quote
+    (fish-mode nix-mode yaml-mode undo-tree terraform-mode switch-window smart-mode-line rust-mode rainbow-mode rainbow-delimiters puppet-mode pkgbuild-mode password-store paredit multi-term multiple-cursors markdown-mode+ magit iy-go-to-char idle-highlight-mode hi2 helm haskell-mode gruber-darker-theme go-mode flycheck erlang dockerfile-mode confluence browse-kill-ring ag ace-jump-mode)))
  '(require-final-newline (quote visit-save)))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.