Remove redundant comments in init.example.el

Now that they're in the module index in docs/index.org
This commit is contained in:
Henrik Lissner 2019-11-17 16:46:28 -05:00
parent 3195b84fd2
commit 5df104a851
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -155,28 +155,17 @@
;;web ; the tubes ;;web ; the tubes
:email :email
;;(mu4e +gmail) ; WIP ;;(mu4e +gmail)
;;notmuch ; WIP ;;notmuch
;;(wanderlust +gmail) ; WIP ;;(wanderlust +gmail)
;; Applications are complex and opinionated modules that transform Emacs
;; toward a specific purpose. They may have additional dependencies and
;; should be loaded late.
:app :app
;;calendar ;;calendar
;;irc ; how neckbeards socialize ;;irc ; how neckbeards socialize
;;(rss +org) ; emacs as an RSS reader ;;(rss +org) ; emacs as an RSS reader
;;twitter ; twitter client https://twitter.com/vnought ;;twitter ; twitter client https://twitter.com/vnought
;;(write ; emacs for writers (fiction, notes, papers, etc.) ;;write ; emacs for writers (fiction, notes, papers, etc.)
;; +wordnut ; wordnet (wn) search
;; +langtool) ; a proofreader (grammar/style check) for Emacs
:config :config
;; For literate config users. This will tangle+compile a config.org
;; literate config in your `doom-private-dir' whenever it changes.
;;literate ;;literate
;; The default module sets reasonable defaults for Emacs. It also
;; provides a Spacemacs-inspired keybinding scheme and a smartparens
;; config. Use it as a reference for your own modules.
(default +bindings +smartparens)) (default +bindings +smartparens))