summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-06-12 15:04:17 +0200
committerfpi2020-06-12 15:07:57 +0200
commita5a1d90a3763fa43a06c88c80e1b659f317a5b21 (patch)
treed654544846e0f6fdeca8c4dd00a1c95587a5ed97 /emacs-init.org
parentAdd hunspell spellchecker with EN+DE setup (diff)
Make relevant src blocks linkable from readme
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 645d315..2f5e448 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -36,6 +36,7 @@ disable ~buffer-auto-save-file-name~ for the files.
I use =.org= configuration files also for my other dotfiles. To ensure
they are tangled upon save I use this function.
+#+NAME: tangle-hook
#+BEGIN_SRC emacs-lisp
(defun fpi/tangle-dotfiles ()
"If the current file is in '~/.dotfiles' tangle all code blocks."
@@ -52,6 +53,7 @@ saved again. The latter part is not directly supported by =org=.
~org-babel-post-tangle-hook~ is executed in the created tangled files
and not inside the source =.org= file. Instead I add an advice to
~org-babel-tangle~.
+#+NAME: org-crypt-tangle-setup
#+BEGIN_SRC emacs-lisp
(defun save-without-hook ()
(let ((before-save-hook nil))