From fa197115426ffea7323e1cf6bfba5f5be7ab64ef Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 20 Apr 2019 16:20:59 -0400 Subject: [PATCH] Improve comment header for init.example.el --- init.example.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/init.example.el b/init.example.el index 32c4f4c32..c7cb7c8aa 100644 --- a/init.example.el +++ b/init.example.el @@ -1,5 +1,12 @@ ;;; init.el -*- lexical-binding: t; -*- -;; Copy me to ~/.doom.d/init.el or ~/.config/doom/init.el, then edit me! + +;; Copy this file to ~/.doom.d/init.el or ~/.config/doom/init.el ('doom +;; quickstart' will do this for you). The `doom!' block below controls what +;; modules are enabled and in what order they will be loaded. Remember to run +;; 'doom refresh' after modifying it. +;; +;; More information about these modules (and what flags they support) can be +;; found in modules/README.org. (doom! :feature ;;debugger ; FIXME stepping through code, to help you add bugs