mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Make bin/org-tangle more portable
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env emacs --script
|
#!/bin/sh
|
||||||
;; -*- mode: emacs-lisp -*-
|
":"; exec emacs --no-site-file --script "$0" -- "$@" # -*-emacs-lisp-*-
|
||||||
|
|
||||||
;; Extracts source blocks from org files and prints them to stdout. Debug/info
|
;; Extracts source blocks from org files and prints them to stdout. Debug/info
|
||||||
;; messages are directed to stderr and can be ignored. -l/--lang can be used to
|
;; messages are directed to stderr and can be ignored. -l/--lang can be used to
|
||||||
|
Reference in New Issue
Block a user