From 787d188d61c1fdb8aee7e57d4f49541ccf111574 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 27 May 2017 13:27:18 +0200 Subject: [PATCH] Update init.example.el --- init.example.el | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/init.example.el b/init.example.el index 86d9ad448..7d9ae798d 100644 --- a/init.example.el +++ b/init.example.el @@ -31,22 +31,21 @@ (doom! :feature evil ; come to the dark side, we have cookies - jump ; helping you navigate your code base + jump ; helping you get around snippets ; my elves. They type so I don't have to file-templates ; auto-snippets for empty files spellcheck ; tasing you for misspelling mispelling - syntax-checker ; tasing you for every forgotten semicolon + syntax-checker ; tasing you for every semicolon you forget version-control ; remember, remember that commit in November - workspaces ; tab emulation, persistence and separate workspaces + workspaces ; tab emulation, persistence & separate workspaces eval ; repls, runners 'n builders; run code, run debug ; stepping through code, to help you add bugs :completion - company ; auto-completion backend - ;auto-complete ; TODO alternative auto-completion backend + company ; code completion backend ivy ; a search engine for love and life - ;helm - ;ido + ;helm ; the *other* search engine for love and life + ;ido ; the other *other* search engine... :ui doom ; doom-one; a look inspired by Atom's Dark One @@ -109,7 +108,7 @@ twitter ; twitter client https://twitter.com/vnought write ; emacs as a word processor (latex + org + markdown) - ;; Private modules are aren't tracked in the repo, except for mine. Use - ;; it as a reference for your own. + ;; Private modules aren't tracked in source control (except for mine). + ;; Use it as a reference for your own. :private hlissner)