From 705d951af9cb1df439c6629524d1a7661c6460d4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 27 Jun 2017 23:03:28 +0200 Subject: [PATCH] Update init.example.el + Remove modules that aren't done + Disable modules by default that aren't universal --- init.example.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/init.example.el b/init.example.el index 48d2e8b70..b524db899 100644 --- a/init.example.el +++ b/init.example.el @@ -55,14 +55,14 @@ hl-todo ; highlight TODO/FIXME/NOTE tags nav-flash ; blink the current line after jumping evil-goggles ; display visual hints when editing in evil - ;unicode ; extended unicode font support for various languages + ;unicode ; extended unicode support for various languages :tools dired ; making dired pretty [functional] electric-indent ; smarter, keyword-based electric-indent eshell ; a consistent, cross-platform shell (WIP) gist ; interacting with github gists - macos ; macos-specific commands + ;macos ; MacOS-specific commands neotree ; a project drawer, like NERDTree for vim password-store ; password manager for nerds rotate-text ; cycle region at point between text candidates @@ -105,12 +105,9 @@ ;; Applications are complex and opinionated modules that transform Emacs ;; toward a specific purpose. They should be loaded last. :app - ;crm ; TODO org-mode for client relations management email ; Emacs as an email client - ;finance ; TODO keeping track of my shekels irc ; how neckbeards socialize present ; showing off presentations in emacs - ;regex ; TODO emacs as a regexp IDE rss ; emacs as an RSS reader twitter ; twitter client https://twitter.com/vnought write ; emacs as a word processor (latex + org + markdown)