mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Add function declarations
This commit is contained in:
parent
963b7a72da
commit
af3b343356
1 changed files with 4 additions and 0 deletions
|
@ -40,6 +40,10 @@
|
|||
(require 'shr)
|
||||
(require 'ring)
|
||||
|
||||
(declare-function company-begin-backend "company" (backend &optional callback))
|
||||
(declare-function company-doc-buffer "company" (&optional string))
|
||||
(declare-function org-format-latex "org" (prefix &optional beg end dir overlays msg forbuffer processing-type))
|
||||
|
||||
;; TODO: Read up on how method tags can be used, see
|
||||
;; https://ericabrahamsen.net/tech/2016/feb/bbdb-eieio-object-oriented-elisp.html
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue