From 1b3ee0af869bcb6705df4cae97657b9fb66799c2 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 16 Dec 2017 23:50:05 -0500 Subject: [PATCH] Disable app modules by default --- init.example.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/init.example.el b/init.example.el index 6aa1b6294..b2ba07694 100644 --- a/init.example.el +++ b/init.example.el @@ -124,11 +124,11 @@ ;; toward a specific purpose. They may have additional dependencies and ;; should be loaded last. :app - email ; emacs as an email client - irc ; how neckbeards socialize - rss ; emacs as an RSS reader - twitter ; twitter client https://twitter.com/vnought - write ; emacs as a word processor (latex + org + markdown) + ;email ; emacs as an email client + ;irc ; how neckbeards socialize + ;rss ; emacs as an RSS reader + ;twitter ; twitter client https://twitter.com/vnought + ;write ; emacs as a word processor (latex + org + markdown) ;; Private modules named after your username are loaded automatically. ;; Leaving this here is harmless though.