dotfiles

andersuno dotfiles
git clone git://git.andersuno.nu/dotfiles.git
Log | Files | Refs | README

commit 887b3028855c879ea6260da4048f0a2eb3ad7aea
parent ec1e257a406faa1abb12e9bca779b53b7ed8704a
Author: Anders Hedman <anders.hedman01@gmail.com>
Date:   Sat, 10 Dec 2022 17:37:24 +0100

bin: wrapper for org-capture

Incorporates xclip output in doom emacs org-capture

Diffstat:
A.local/bin/org-capture-clip.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.local/bin/org-capture-clip.sh b/.local/bin/org-capture-clip.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env sh + +"$HOME"/.emacs.d/bin/org-capture "$(xclip -o)"