Browse Source

added init-file for windows

master
Marc Pohling 4 years ago
parent
commit
37a215bfa9
1 changed files with 9 additions and 0 deletions
  1. 9
      create-init.bat

9
create-init.bat

@ -0,0 +1,9 @@
del init.el
del init.elc
echo (require 'org) > init.el
echo (find-file (concat user-emacs-directory "init.org")) >> init.el
echo (org-babel-tangle) >> init.el
echo (load-file (concat user-emacs-directory "init.el")) >> init.el
echo (byte-compile-file (concat user-emacs-directory "init.el")) >> init.el
Loading…
Cancel
Save