diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T16·35+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-11-15T16·35+0100 |
commit | 4e1661604d78d1a72c6a5203d0015c82c8ba684c (patch) | |
tree | 99cd39dc9ac4e9e2316e2fbbfc3a050738c444e9 /init/custom.el | |
parent | 6225c1891424414a06f4b5a3a5a4c30312e24ace (diff) |
feat(nixos): Add initial NixOS & EXWM configuration
Adds configuratio for using Emacs as a window manager, because clear that is an extremely sane thing to do.
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/custom.el b/init/custom.el index ef901fd94dc6..0613cd781b46 100644 --- a/init/custom.el +++ b/init/custom.el @@ -18,7 +18,7 @@ '(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))) + (exwm which-key pandoc elnode 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. |