aboutsummaryrefslogtreecommitdiffstats
path: root/setup.org
diff options
context:
space:
mode:
Diffstat (limited to 'setup.org')
-rw-r--r--setup.org9
1 files changed, 0 insertions, 9 deletions
diff --git a/setup.org b/setup.org
index f4b5bb6..b32ef56 100644
--- a/setup.org
+++ b/setup.org
@@ -1,13 +1,4 @@
#+hugo_base_dir: ./
#+hugo_section: ./
-#+begin_src emacs-lisp :exports results :results none
-(setq org-export-babel-evaluate 'inline-only)
-
-(defun ymhg/link (arg1 arg2)
- (cond
- ((eq 'hugo org-export-current-backend) arg1)
- (t arg2)))
-#+end_src
-
#+macro: link src_emacs-lisp[:results raw]{(ymhg/link "$1" "$2")}