Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

straight.el #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# org-panes
show org-mode in multiple panes

# doom emacs
Add to your packages.el
```elisp
(package! org-panes
:recipe (:host github :repo "basaran/org-panes"))
```
3 changes: 2 additions & 1 deletion org-panes.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; org-panes.el --- show an org-file in three panes
;;; org-panes.el --- show an org-file in three panes -*- lexical-binding: t; -*-

;; Copyright (C) 2014 Florian Knupfer

Expand Down Expand Up @@ -105,6 +105,7 @@ A value of 50 uses the half of the available space."
(defvar org-panes-topic nil)
(defvar org-panes-list nil)

;;;###autoload
(defun org-panes ()
"Make different panes for an `org-mode' file.

Expand Down