branch: elpa/geiser-kawa commit e171876c7d8a344bcd2c7dd35399aaeec5d68063 Author: spellcard199 <spellcard...@protonmail.com> Commit: spellcard199 <spellcard...@protonmail.com>
First commit --- .gitignore | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ README.org | 8 ++++++++ 2 files changed, 63 insertions(+) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7c9fb25 --- /dev/null +++ b/.gitignore @@ -0,0 +1,55 @@ +# Created by https://www.gitignore.io/api/emacs +# Edit at https://www.gitignore.io/?templates=emacs + +### Emacs ### +# -*- mode: gitignore; -*- +*~ +\#*\# +/.emacs.desktop +/.emacs.desktop.lock +*.elc +auto-save-list +tramp +.\#* + +# Org-mode +.org-id-locations +*_archive + +# flymake-mode +*_flymake.* + +# eshell files +/eshell/history +/eshell/lastdir + +# elpa packages +/elpa/ + +# reftex files +*.rel + +# AUCTeX auto folder +/auto/ + +# cask packages +.cask/ +dist/ + +# Flycheck +flycheck_*.el + +# server auth directory +/server/ + +# projectiles files +.projectile + +# directory configuration +.dir-locals.el + +# network security +/network-security.data + + +# End of https://www.gitignore.io/api/emacs diff --git a/README.org b/README.org new file mode 100644 index 0000000..5d2f7d3 --- /dev/null +++ b/README.org @@ -0,0 +1,8 @@ +* geiser-kawa-java +** Project description + +geiser-kawa-java is the emacs side of a geiser-kawa implementation that uses [[https://gitlab.com/spellcard199/kawa-geiser][kawa-geiser]] for its Kawa side. + +** Project status + +Work in progress.