; * lisp/org/ob-julia.el: Fix Author header for authors.el.
This commit is contained in:
parent
84166ea2e6
commit
50b40e1d4f
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; ob-julia.el --- org-babel functions for julia code evaluation -*- lexical-binding: t; -*-
|
;;; ob-julia.el --- org-babel functions for julia code evaluation -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
|
;; Copyright (C) 2013-2021 Free Software Foundation, Inc.
|
||||||
;; Authors: G. Jay Kerns, based on ob-R.el by Eric Schulte and Dan Davison
|
;; Authors: G. Jay Kerns
|
||||||
;; Maintainer: Pedro Bruel <pedro.bruel@gmail.com>
|
;; Maintainer: Pedro Bruel <pedro.bruel@gmail.com>
|
||||||
;; Keywords: literate programming, reproducible research, scientific computing
|
;; Keywords: literate programming, reproducible research, scientific computing
|
||||||
;; Homepage: https://github.com/phrb/ob-julia
|
;; Homepage: https://github.com/phrb/ob-julia
|
||||||
|
@ -24,6 +24,8 @@
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
|
|
||||||
;; Org-Babel support for evaluating julia code
|
;; Org-Babel support for evaluating julia code
|
||||||
|
;;
|
||||||
|
;; Based on ob-R.el by Eric Schulte and Dan Davison.
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
(require 'cl-lib)
|
(require 'cl-lib)
|
||||||
|
|
Loading…
Add table
Reference in a new issue