joestar

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

commit 168dc773651494f6326cd76f4c4f787ab0148a50
parent e832826684aa7f394bef165c5ba17e963c944108
Author: Ryan Jeffrey <pwishie@gmail.com>
Date:   Thu, 23 May 2019 20:23:43 -0700

Switched to org

Diffstat:
DREADME.md | 8--------
AREADME.org | 2++
DTODO | 8--------
ATODO.org | 8++++++++
4 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +0,0 @@ -# joestar -joestar is a minor mode for Emacs that seeks to emulate [Joe's Own Editor's](https://github.com/jhallen/joe-editor) Wordstar-like keybindings and features. - -The current version of joestar is incomplete as not all of Joe's features and keybindings have been implemented yet. - -# joestar and other modes - -joestar exists in-part to be an alternative to evil-mode, which is rather invasive to Emacs and makes it difficult to use specific modes that don't support it. Currently, joestar has issues with some modes because of its redefinition of the backspace character, in particular with vterm-mode. These modes unfortunately require that joestar be turned off at this point, but this bug will be fixed in the future. diff --git a/README.org b/README.org @@ -0,0 +1,2 @@ +* Joestar +Joestar is a minor mode for emacs that seeks to emulate [[https://github.com/jhallen/joe-editor][Joe's Own Editor]], a wordstar-like terminal text editor. diff --git a/TODO b/TODO @@ -1,8 +0,0 @@ -* Sub-commands for prompts - -* Help-screen - -* Documentation - -* Ability to switch back to original emacs definition of backspace to fix the bug -* F-keys to open terminal and ability to set the default term diff --git a/TODO.org b/TODO.org @@ -0,0 +1,8 @@ +* Overall +Help-Screen +Documentation +Emacs copy-paste with and without clipboard +indentation + +* Maybe +have one master interactive function that calls all of the other functions to keep keybindings local to a function