Updates to init.org, add init.el
This commit is contained in:
parent
7d28feb884
commit
209825d3c4
2 changed files with 34 additions and 4 deletions
6
guix/init.el
Normal file
6
guix/init.el
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(defun dotfiles/org-babel-tangle-config ()
|
||||
(when (string-equal (buffer-file-name)
|
||||
(expand-file-name "~/dotfiles/guix/init.org"))
|
||||
(let ((org-confirm-babel-evaluate nil))
|
||||
(org-babel-tangle))))
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue