From 51a9e670ada46a4e6202d0ca972325ab8f982faa Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 19 Feb 2018 20:28:02 -0500 Subject: [PATCH] Update init.example.el --- init.example.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/init.example.el b/init.example.el index b1e335eec..5b90d92be 100644 --- a/init.example.el +++ b/init.example.el @@ -1,7 +1,7 @@ ;;; init.el -*- lexical-binding: t; -*- ;; ;; Author: Henrik Lissner -;; URL: https://github.com/hlissner/.emacs.d +;; URL: https://github.com/hlissner/doom-emacs ;; ;; ================= =============== =============== ======== ======== ;; \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . // @@ -132,7 +132,7 @@ :app ;(email +gmail) ; emacs as an email client ;irc ; how neckbeards socialize - ;rss ; emacs as an RSS reader + ;(rss +org) ; emacs as an RSS reader ;twitter ; twitter client https://twitter.com/vnought ;(write ; emacs as a word processor (latex + org + markdown) ; +wordnut ; wordnet (wn) search @@ -145,8 +145,8 @@ ;; your own modules. (default +bindings +snippets +evil-commands) - ;; This allows you to store your private module at $XDG_CONFIG_HOME/doom. - ;; Without +xdg it uses ~/.doom.d/. If your config directory doesn't - ;; exist, this module does nothing. + ;; This allows you to store your private module at + ;; $XDG_CONFIG_HOME/doom/. Without +xdg it uses ~/.doom.d/. If your + ;; config directory doesn't exist, this module does nothing. (private +xdg))