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

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

[nongnu] elpa/geiser-kawa e171876 001/119: First commit


From: Philip Kaludercic
Subject: [nongnu] elpa/geiser-kawa e171876 001/119: First commit
Date: Sun, 1 Aug 2021 18:30:27 -0400 (EDT)

branch: elpa/geiser-kawa
commit e171876c7d8a344bcd2c7dd35399aaeec5d68063
Author: spellcard199 <spellcard199@protonmail.com>
Commit: spellcard199 <spellcard199@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.



reply via email to

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