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.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.el')
-rw-r--r-- | init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init.el b/init.el index 986444ce3471..2ddebe4758b8 100644 --- a/init.el +++ b/init.el @@ -30,6 +30,7 @@ dash dockerfile-mode erlang + exwm flycheck go-mode gruber-darker-theme @@ -90,11 +91,11 @@ ;; Load configuration that makes use of installed packages: - ;; Emacs will automatically initialise all installed packages. ;; After initialisation, proceed to load configuration that requires packages: (defun load-other-settings () - (mapc 'require '(look-and-feel + (mapc 'require '(nixos + look-and-feel functions settings modes |