emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kiwix 377f3fa 014/192: add package metadata


From: Stefan Monnier
Subject: [elpa] externals/kiwix 377f3fa 014/192: add package metadata
Date: Sat, 19 Dec 2020 00:41:24 -0500 (EST)

branch: externals/kiwix
commit 377f3fae3fe6f4edf86afe5b9e53bfc5228587c0
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    add package metadata
---
 kiwix.el | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/kiwix.el b/kiwix.el
index 7fde947..8f173bc 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -1,9 +1,22 @@
 ;;; kiwix.el --- Kiwix interface and support for Emacs.
 ;;; -*- coding: utf-8 -*-
 
+;; Author: stardiviner <numbchild@gmail.com>
+;; Maintainer: stardiviner <numbchild@gmail.com>
+;; Keywords: kiwix wikipedia
+;; URL: https://github.com/stardiviner/kiwix.el
+;; Created: 23th July 2016
+;; Version: 0.1.0
+;; Package-Requires: ((emacs "24.3") (cl-lib "2"))
+
 ;;; Commentary:
 
+;;; This currently only works for Linux, not tested for Mac OS X and Windows.
 
+;;; Usage:
+;;
+;; [M-x kiwix-launch-server] to launch Kiwix server.
+;; [M-x kiwix-at-point] to search the word under point or the region selected 
string.
 
 ;;; Code:
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]