Update package metadata

hello-test
Allard Hendriksen 2018-07-17 09:11:25 +02:00
parent 2bc16cd9e3
commit ed9c7ba5e3
1 changed files with 9 additions and 5 deletions

View File

@ -3,9 +3,11 @@
;; Copyright (C) 2009-2017 Free Software Foundation, Inc. ;; Copyright (C) 2009-2017 Free Software Foundation, Inc.
;; Copyright (C) 2017 Allard Hendriksen ;; Copyright (C) 2017 Allard Hendriksen
;; Author: Benjamin Andresen ;; Author: Allard Hendriksen
;; Keywords: literate programming, interactive shell ;; Keywords: literate programming, interactive shell, tmux
;; Homepage: http://orgmode.org ;; URL: https://github.com/ahendriksen/ob-tmux
;; Version: 0.1.1
;; Package-Requires: ((emacs "25.1") (seq "2.3"))
;; This file is NOT part of GNU Emacs. ;; This file is NOT part of GNU Emacs.
@ -24,8 +26,10 @@
;;; Commentary: ;;; Commentary:
;; Org-Babel support for interactive terminals. Mostly shell scripts. ;; Org-Babel support for tmux.
;; Heavily inspired by 'eev' from Eduardo Ochs ;;
;; Heavily inspired by 'eev' from Eduardo Ochs and ob-screen.el from
;; Benjamin Andresen.
;; ;;
;; Adding :terminal as header arguments ;; Adding :terminal as header arguments
;; :terminal must support the -T (title) and -e (command) parameter ;; :terminal must support the -T (title) and -e (command) parameter