Skip to content

Commit

Permalink
Thu 01 Apr 2021 19:27:09
Browse files Browse the repository at this point in the history
  • Loading branch information
mullikine committed Apr 1, 2021
1 parent 44fd462 commit 0cb3ca3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examplary-library.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
(defun examplary-asktutor (broad-topic specific-topic question)
(interactive (list (read-string-hist (concat "asktutor about " (pen-topic t) ": "))))


(defun examplary-asktutor (broader-topic specific-topic question)
(interactive (list
(read-string-hist (concat "(xlr) ask tutor about " (pen-topic t) ": "))
(read-string-hist (concat "(xlr) ask tutor about " (pen-broader-topic t) ": "))))
(etv (eval
`(ci (snc "ttp" (pen-pf-generic-tutor-for-any-topic ,cname ,pname ,question))))))

Expand Down
6 changes: 6 additions & 0 deletions pen-core.el
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
;; These are helper functions
;; examplary.el uses them
;; So might org-brain


(provide 'pen-core)

0 comments on commit 0cb3ca3

Please sign in to comment.