From 9254e1b076155478bdacbca7d066cfe079b74552 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 22 Apr 2017 01:51:52 -0400 Subject: [PATCH] lang/org: update doc comments --- modules/lang/org/+capture.el | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/modules/lang/org/+capture.el b/modules/lang/org/+capture.el index d2617fa11..95908e349 100644 --- a/modules/lang/org/+capture.el +++ b/modules/lang/org/+capture.el @@ -6,15 +6,9 @@ ;; command, like :org). ;; ;; 2. Through a org-capture popup frame that is invoked from outside Emacs (the -;; script is below). This lets me open an org-capture box anywhere I can call -;; org-capture.sh, like, say, from qutebrowser or vimperator. -;; -;; #!/usr/bin/env bash -;; emacsclient -c \ -;; -F "((name . \"org-capture\") (height . 25) (width . 70))" \ -;; --eval "(org-capture nil \"${1:-n}\")" -;; -;; Place this in, say, org-capture.sh somewhere in your $PATH. +;; script is in ~/.emacs.d/bin). This lets me open an org-capture box +;; anywhere I can call org-capture, like, say, from qutebrowser, vimperator, +;; dmenu or a global keybinding. (add-hook '+org-init-hook '+org|init-capture t)