From 5df104a851dfc9630f33883ed256fc552075d51c Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 17 Nov 2019 16:46:28 -0500 Subject: [PATCH] Remove redundant comments in init.example.el Now that they're in the module index in docs/index.org --- init.example.el | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/init.example.el b/init.example.el index a50371ad0..7965ffdab 100644 --- a/init.example.el +++ b/init.example.el @@ -155,28 +155,17 @@ ;;web ; the tubes :email - ;;(mu4e +gmail) ; WIP - ;;notmuch ; WIP - ;;(wanderlust +gmail) ; WIP + ;;(mu4e +gmail) + ;;notmuch + ;;(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 ;;calendar ;;irc ; how neckbeards socialize ;;(rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - ;;(write ; emacs for writers (fiction, notes, papers, etc.) - ;; +wordnut ; wordnet (wn) search - ;; +langtool) ; a proofreader (grammar/style check) for Emacs + ;;write ; emacs for writers (fiction, notes, papers, etc.) :config - ;; For literate config users. This will tangle+compile a config.org - ;; literate config in your `doom-private-dir' whenever it changes. ;;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))