Update init.example.el

This commit is contained in:
Henrik Lissner 2018-02-19 20:28:02 -05:00
parent f113f99484
commit 51a9e670ad
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,7 +1,7 @@
;;; init.el -*- lexical-binding: t; -*- ;;; init.el -*- lexical-binding: t; -*-
;; ;;
;; Author: Henrik Lissner <henrik@lissner.net> ;; Author: Henrik Lissner <henrik@lissner.net>
;; URL: https://github.com/hlissner/.emacs.d ;; URL: https://github.com/hlissner/doom-emacs
;; ;;
;; ================= =============== =============== ======== ======== ;; ================= =============== =============== ======== ========
;; \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . // ;; \\ . . . . . . .\\ //. . . . . . .\\ //. . . . . . .\\ \\. . .\\// . . //
@ -132,7 +132,7 @@
:app :app
;(email +gmail) ; emacs as an email client ;(email +gmail) ; emacs as an email client
;irc ; how neckbeards socialize ;irc ; how neckbeards socialize
;rss ; 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 as a word processor (latex + org + markdown) ;(write ; emacs as a word processor (latex + org + markdown)
; +wordnut ; wordnet (wn) search ; +wordnut ; wordnet (wn) search
@ -145,8 +145,8 @@
;; your own modules. ;; your own modules.
(default +bindings +snippets +evil-commands) (default +bindings +snippets +evil-commands)
;; This allows you to store your private module at $XDG_CONFIG_HOME/doom. ;; This allows you to store your private module at
;; Without +xdg it uses ~/.doom.d/. If your config directory doesn't ;; $XDG_CONFIG_HOME/doom/. Without +xdg it uses ~/.doom.d/. If your
;; exist, this module does nothing. ;; config directory doesn't exist, this module does nothing.
(private +xdg)) (private +xdg))