diff options
Diffstat (limited to 'lisp/org/ob-lua.el')
-rw-r--r-- | lisp/org/ob-lua.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/org/ob-lua.el b/lisp/org/ob-lua.el index 11503e47470..a4a964afc48 100644 --- a/lisp/org/ob-lua.el +++ b/lisp/org/ob-lua.el @@ -21,6 +21,10 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. +;;; Commentary: + +;; Org-Babel support for evaluating lua source code. + ;; Requirements: ;; for session support, lua-mode is needed. ;; lua-mode is not part of GNU Emacs/orgmode, but can be obtained @@ -30,8 +34,6 @@ ;; However, sessions are not yet working. -;; Org-Babel support for evaluating lua source code. - ;;; Code: (require 'ob) (require 'org-macs) |