The ultimate editor for true believers
https://fg42.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
531 B
22 lines
531 B
;;; john_titor --- RPC client for john_titor |
|
;;; Commentary: |
|
;;; Code: |
|
(require 'fpkg) |
|
(require 'fg42/extension) |
|
(require 'extensions/john_titor/init) |
|
|
|
;; Dependencies ---------------------------------- |
|
(depends-on 'emacs-epc) |
|
|
|
(defun john_titor-doc () |
|
"TBD" |
|
"TBD") |
|
|
|
;; Extension ------------------------------------- |
|
(extension john_titor |
|
:version "2.32" |
|
:on-initialize extensions/john-titor-initialize |
|
:docs "lib/extensions/john_titor/readme.org") |
|
|
|
(provide 'extensions/john_titor) |
|
;;; john_titor.el ends here
|
|
|