branch: elpa/dslide
commit 25a0f797238b64abcd09c8b37990141d38c8e98b
Author: Psionik K <73710933+psioni...@users.noreply.github.com>
Commit: Psionik K <73710933+psioni...@users.noreply.github.com>

    adminsitrative & version bump
    
    Signed-off-by: Psionik K <73710933+psioni...@users.noreply.github.com>
---
 .dir-locals.el | 8 ++++++++
 .elpaignore    | 2 ++
 .gitignore     | 3 ++-
 README.md      | 4 ++--
 doc/README.org | 2 +-
 dslide.el      | 2 +-
 6 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..1979fe6b16
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,8 @@
+;;; Directory Local Variables           -*- no-byte-compile: t; -*-
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+  (fill-column . 78)
+  (sentence-end-double-space . t)
+  (show-trailing-whitespace . t)
+  (indent-tabs-mode . nil)))
diff --git a/.elpaignore b/.elpaignore
new file mode 100644
index 0000000000..38f5c6a76b
--- /dev/null
+++ b/.elpaignore
@@ -0,0 +1,2 @@
+.github
+test
\ No newline at end of file
diff --git a/.gitignore b/.gitignore
index d94b62df30..6c9a8576c4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,5 @@ README.html
 index.html
 *.elc
 .DS_Store
-trash
\ No newline at end of file
+dslide-pkg.el
+dslide-autoloads.el
diff --git a/README.md b/README.md
index 362d7cd959..042b081da9 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Fully programmable sequences behind a two-button interface:
 
 ## Status 🛠️
 
-Version 0.5.1 👷
+Version 0.5.2 👷
 
 -   Stabilizing the API and naming (as in **not completely** stable yet)
 -   Gathering user feedback & experience to pinpoint actual use patterns
@@ -209,7 +209,7 @@ You can also use "property+" syntax to add to a property, 
and these accept plist
 
 ## Sub-classing
 
-The deck and slide class as well as actions can all be sub-classed.  Use the 
existing sub-classes of actions as example code for writing other classes.  See 
the [eieio#Top](eieio#Top) manual for explanation of OOP in Elisp.
+The deck and slide class as well as actions can all be sub-classed.  Use the 
existing sub-classes of actions as example code for writing other classes.  See 
the [eieio#Top](info:eieio#Top) manual for explanation of OOP in Elisp.
 
 -   **Action**:  Creating new action subclasses are an efficient way to 
perform similar operations on typical kinds of org data.
 -   **Slide:**  Slides can be configured extensively by changing their 
actions.  However, for more vertical cooperation between slides or cooperation 
among actions, extended slides could be useful.
diff --git a/doc/README.org b/doc/README.org
index 9e98b9774b..4a4edc2104 100644
--- a/doc/README.org
+++ b/doc/README.org
@@ -26,7 +26,7 @@ Fully programmable sequences behind a two-button interface:
 - Integration with Elisp programs and arbitrary Emacs buffers
 - Custom class support for extending the framework
 ** Status 🛠️
-Version 0.5.1 👷
+Version 0.5.2 👷
 - Stabilizing the API and naming (as in *not completely* stable yet)
 - Gathering user feedback & experience to pinpoint actual use patterns
 - Accepting PR's and issue reports
diff --git a/dslide.el b/dslide.el
index 01e6d8f3d8..70778c0d18 100644
--- a/dslide.el
+++ b/dslide.el
@@ -4,7 +4,7 @@
 ;; Copyright (C) 2024 Positron
 ;;
 ;; Author: Positron <contact@positron.solutions>
-;; Version: 0.5.1
+;; Version: 0.5.2
 ;; Package-Requires: ((emacs "29.2"))
 ;; Maintainer: Positron <contact@positron.solutions>
 ;; URL: https://github.com/positron-solutions/dslide

Reply via email to