summaryrefslogtreecommitdiff
path: root/editors/emacs/pkg/README
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2022-12-09 17:46:53 -0500
committerShokara Kou <kou@13f0.net>2022-12-09 17:46:53 -0500
commit1504bed9e3de3fc2a107d1ffdeda55802035a58e (patch)
tree2e29dd5e8d58e037785460adbd18ed13cbcc2505 /editors/emacs/pkg/README
parent37c17bc49f465942447cdfd35360c0feb248d325 (diff)
add editor/emacs
Diffstat (limited to 'editors/emacs/pkg/README')
-rw-r--r--editors/emacs/pkg/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/emacs/pkg/README b/editors/emacs/pkg/README
new file mode 100644
index 0000000..362f22c
--- /dev/null
+++ b/editors/emacs/pkg/README
@@ -0,0 +1,15 @@
1+-----------------------------------------------------------------------
2| Running ${PKGSTEM} on OpenBSD
3+-----------------------------------------------------------------------
4
5D-Bus possible issues
6=====================
7You may experience a bug in graphical Emacs sessions (freeze/crash at
8exit time). Ensuring you have a D-Bus user session started should fix
9this. See the D-Bus pkg-readme.
10
11Dired and ls(1)
12===============
13Dired attempts to use the --dired GNU ls(1) switch, which OpenBSD ls(1)
14doesn't support. Read info '(emacs) Dired Enter' and
15'(emacs) ls in Lisp'. GNU ls is available in the coreutils package.