Added comment on block code
This commit is contained in:
parent
385daeff1b
commit
82eab10cde
@ -67,6 +67,8 @@
|
||||
(add-hook 'org-babel-post-tangle-hook 'phundrak/make-tangled-files-executable)
|
||||
#+end_src
|
||||
|
||||
This code block can be evaluated once this file has been tangled in order to
|
||||
produce again non-executable files.
|
||||
#+begin_src emacs-lisp :results silent
|
||||
(defun phundrak/make-tangled-files-not-executable ()
|
||||
(set-file-modes (buffer-file-name) #o644))
|
||||
|
Loading…
Reference in New Issue
Block a user