From 8cb53fe749f58da19f3000671d43cdb31dfb6367 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Fri, 12 Apr 2019 03:37:02 -0400 Subject: [PATCH] Add installation instructions --- README.md | 8 ++++++++ mood-line.el | 3 +++ 2 files changed, 11 insertions(+) diff --git a/README.md b/README.md index a18648b..6ebb735 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,14 @@ package. * Lightweight with no dependencies +## Installation + +To enable `mood-line`, place this in your configuration file after loading the package: + +`(mood-line-activate)` + +The activation command can also be run interactively if desired. + ## Known Issues * No known issues. diff --git a/mood-line.el b/mood-line.el index ebc98f6..cd4dc77 100644 --- a/mood-line.el +++ b/mood-line.el @@ -19,6 +19,9 @@ ;; * Version control status indicator ;; * Flycheck status indicator ;; * Lightweight with no dependencies +;; +;; To enable mood-line: +;; (mood-line-activate) ;;; License: ;;