We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b29d6 commit 362240dCopy full SHA for 362240d
psci.el
@@ -83,6 +83,7 @@
83
"Compute the buffer's process name based on BUFFER-NAME."
84
(format "*%s*" buffer-name))
85
86
+;;;###autoload
87
(defun psci ()
88
"Run an inferior instance of `psci' inside Emacs."
89
(interactive)
todo.org
@@ -7,7 +7,7 @@
7
- [X] Update version
8
- [-] Reorganize code for a better readability
9
- [X] Reorganize var at the beginning of the buffer
10
- - [ ] Add missing autoload property on psci function
+ - [X] Add missing autoload property on psci function
11
- [ ] Reorganize private functions at the beginning of the buffer
12
- [ ] Rename functions according to fully compliant emacs conventions?
13
- [ ] Add quit session command
0 commit comments