We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e729a86 commit c1e75d2Copy full SHA for c1e75d2
Sources/EmacsOpenLibrary/EmacsOpenLibrary.swift
@@ -1,6 +1,7 @@
1
import AppKit
2
import Foundation
3
4
+/// Functions to interact with Emacs via emacsclient and the Emacs daemon
5
public struct EmacsOpenLibrary {
6
7
static let shared = EmacsOpenLibrary()
@@ -149,4 +150,5 @@ public struct EmacsOpenLibrary {
149
150
151
}
152
153
+/// EmacsOpenLibrary singleton instance
154
public let emacsOpen = EmacsOpenLibrary.shared
0 commit comments