summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-04-05 19:59:42 +0200
committerfpi2020-04-05 20:03:26 +0200
commit1ceccf375f07333d49a4de50255bd0cc037e0a77 (patch)
tree1fd44e98bf5d0bf72d41559e63722875e587f017
parentUpdate package definitions: renamed & new in melpa (diff)
Update symlinks
-rw-r--r--emacs-init.org10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs-init.org b/emacs-init.org
index fbc0b1c..11dc6da 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -5,11 +5,11 @@ This files contains all the elisp code normally placed in the .emacs
file. It and the =init.el= file are then symlinked to my =~/.emacs.d/=
directory. Instead of symlinking the files could also be directly
tangled to =~/.emacs.d/=.
-#+BEGIN_SRC shell :results silent
-ln -sf $(pwd)/emacs-init.org ~/.emacs.d/
-ln -sf $(pwd)/tangle/emacs-init.el ~/.emacs.d/
-ln -sf $(pwd)/emacs-private.el.gpg ~/.emacs.d/
-ln -sf $(pwd)/tangle/init.el ~/.emacs.d/
+#+BEGIN_SRC shell :results silent :tangle tangle/symlink.sh :shebang "#!/bin/bash"
+ln -siv $(pwd)/emacs-init.org ~/.emacs.d/
+ln -siv $(pwd)/tangle/emacs-init.el ~/.emacs.d/
+ln -siv $(pwd)/emacs-private.el.gpg ~/.emacs.d/
+ln -siv $(pwd)/tangle/init.el ~/.emacs.d/
#+END_SRC
An often seen setup is to use ~org-babel-load-file~ in =init.el= to