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

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

[nongnu] elpa/org-superstar a5af8b6ddf 141/162: Remove example files fro


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar a5af8b6ddf 141/162: Remove example files from #21.
Date: Fri, 31 Dec 2021 19:35:38 -0500 (EST)

branch: elpa/org-superstar
commit a5af8b6ddfead3f91a87d782308e15aacc627b74
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@posteo.net>

    Remove example files from #21.
---
 tests/issue-21.org |  7 -------
 tests/mwe-21.el    | 14 --------------
 2 files changed, 21 deletions(-)

diff --git a/tests/issue-21.org b/tests/issue-21.org
deleted file mode 100644
index d8af203edf..0000000000
--- a/tests/issue-21.org
+++ /dev/null
@@ -1,7 +0,0 @@
-#+STARTUP: indent
-#+TITLE:MWE
-* 1
-** 2
-*** 3 sample text
-**** 4
-***** 5
diff --git a/tests/mwe-21.el b/tests/mwe-21.el
deleted file mode 100644
index 4bbe74106d..0000000000
--- a/tests/mwe-21.el
+++ /dev/null
@@ -1,14 +0,0 @@
-;; the MWE
-(require 'package)
-(package-initialize t)
-(add-to-list 'load-path "~/.emacs.d/elpa/org-superstar-20200818.2257/")
-(require 'org-superstar)
-(add-hook 'org-mode-hook (lambda () (org-superstar-mode 1)))
-(setq org-hide-leading-stars nil)
-(setq org-superstar-leading-bullet ?\s)
-(global-hl-line-mode 1)
-(custom-set-faces
- '(hl-line ((t (:background "dark magenta" :foreground "white")))))
-
-;; this fixes the issue
-(setq org-indent-mode-turns-on-hiding-stars nil)



reply via email to

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