From ebdc9d610bfd398e777c08dd621d93f8e32a0c63 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 22 Jul 2019 02:33:34 +0200 Subject: [PATCH] Clean up init.example.el And disable treemacs by default (because dired exists, and is a more reasonable default). --- init.example.el | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/init.example.el b/init.example.el index 73482f49f..6d05cb276 100644 --- a/init.example.el +++ b/init.example.el @@ -35,7 +35,7 @@ +defaults) ; default popup rules ;;pretty-code ; replace bits of code with pretty symbols ;;tabbar ; FIXME an (incomplete) tab bar for Emacs - treemacs ; a project drawer, like neotree but cooler + ;;treemacs ; a project drawer, like neotree but cooler ;;unicode ; extended unicode support for various languages vc-gutter ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB @@ -55,10 +55,7 @@ snippets ; my elves. They type so I don't have to :emacs - (dired ; making dired pretty [functional] - ;;+ranger ; bringing the goodness of ranger to dired - ;;+icons ; colorful icons for dired-mode - ) + dired ; making dired pretty [functional] electric ; smarter, keyword-based electric-indent vc ; version-control and Emacs, sitting in a tree @@ -158,10 +155,10 @@ ;; should be loaded late. :app ;;calendar - ;;irc ; how neckbeards socialize + ;;irc ; how neckbeards socialize ;;(rss +org) ; emacs as an RSS reader ;;twitter ; twitter client https://twitter.com/vnought - ;;(write ; emacs as a word processor (latex + org + markdown) + ;;(write ; emacs for writers (fiction, notes, papers, etc.) ;; +wordnut ; wordnet (wn) search ;; +langtool) ; a proofreader (grammar/style check) for Emacs