General & minor refactor+cleanup
This commit is contained in:
parent
0c2b1b5a93
commit
c45e2c4918
8 changed files with 33 additions and 35 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
":"; exec emacs --no-site-file --script "$0" -- "$@" # -*-emacs-lisp-*-
|
||||
#!emacs --script
|
||||
;;; bin/org-tangle -*- lexical-binding: t; -*-
|
||||
|
||||
;; 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
|
||||
|
@ -10,7 +10,7 @@
|
|||
;; org-tangle modules/ui/doom/README.org > install_fira_mono.sh
|
||||
;; org-tangle -l sh modules/lang/go/README.org | sh
|
||||
|
||||
(load "~/.emacs.d/core/core.el" nil t)
|
||||
(load (expand-file-name "../core/core.el" (file-name-directory load-file-name)) nil t)
|
||||
|
||||
(require 'org-install)
|
||||
(require 'org)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue