joestar

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | LICENSE

commit 3435738208865a9af24c1d519e92c8e0fe7dfbd4
parent 05506ad064908b4196cfda0c0bdacdeb1a8ac993
Author: Ryan Jeffrey <pwishie@gmail.com>
Date:   Fri, 24 May 2019 23:35:40 -0700

emacs package heading

Diffstat:
MREADME.org | 4+++-
Mjoestar.el | 26+++++++++++++++++++++++---
2 files changed, 26 insertions(+), 4 deletions(-)

diff --git a/README.org b/README.org @@ -12,7 +12,9 @@ In order to fix this, Joestar remaps the three following functions: #+END_SRC * Tutorial ** A note on Control key sequences -Because of the way that Joe works *C-k C-e* is the same as *C-k e*, whereas Emacs considers those to be different key sequences. In joestar mode, just like in joe, these are the same sequence. +Because of the way that Joe works *C-k C-e* is the same as *C-k e*. +However, Emacs considers these to be different key sequences. +In joestar mode, just like in joe, these are the same sequence. ** Help Type *C-k h* for help. ** Buffer manipulation. diff --git a/joestar.el b/joestar.el @@ -3,9 +3,29 @@ ;;; Copyright (C) Ryan Jeffrey 2019 ;;; Author: Ryan Jeffrey <pwishie@gmail.com> -;;; Keywords: joe wordstar -;;; Version 0.2 -;;; Package-Requires: ((emacs "24.2") (undo-tree 0.8.5)) +;;; Created: 2019-05-12 +;;; Keywords: joe wordstar emulation editor +;;; Version: 0.2 +;;; Package-Requires: ((emacs "24.2") (undo-tree "0.8.5")) +;;; URL: https://github.com/Ma11ock/joestar + +;;; License: + +;; This file is part of Joestar. +;; +;; Joestar is free software: you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. +;; +;; Joestar is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. +;; +;; You should have received a copy of the GNU General Public License +;; along with Joestar. If not, see <http://www.gnu.org/licenses/>. + ;;; Commentary: