💥 Move :private modules to :config

This commit is contained in:
Henrik Lissner 2018-02-14 23:16:38 -05:00
parent dfefbd0176
commit 6d7db48dc1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
10 changed files with 101 additions and 38 deletions

View file

@ -138,11 +138,10 @@
; +wordnut ; wordnet (wn) search
; +langtool) ; a proofreader (grammar/style check) for Emacs
;; Private modules are where you place your personal configuration files.
;; By default, they are not tracked. There is one module included here,
;; the defaults module. It contains a Spacemacs-inspired keybinding
;; scheme and additional ex commands for evil-mode. Use it as a reference
;; for your own.
:private
:config
;; The default module contains a set of reasonable defaults for Emacs, a
;; Spacemacs-inspired keybinding scheme, a custom yasnippet library, and
;; additional ex commands for evil-mode. Use it as a reference for your
;; own modules.
(default +bindings +snippets +evil-commands))