Browse Source

test new formatting

master
marc 5 years ago
parent
commit
ca9da82fa4
1 changed files with 4 additions and 3 deletions
  1. 7
      init.org

7
init.org

@ -3,10 +3,10 @@
#+PROPERTY: header-args :tangle yes #+PROPERTY: header-args :tangle yes
* TODOS * TODOS
- Paket exec-path-from-shell, um PATH aus Linux auch in emacs zu haben
- Paket exec-path-from-shell, um PATH aus Linux auch in emacs zu haben
* First start * First start
When pulling the repository the first time, an initial init.el needs to be setup. After start it will replace itself with the configuration from init.org
When pulling the repository the first time, an initial init.el needs to be setup. After start it will replace itself with the configuration from init.org
#+NAME: init.el #+NAME: init.el
#+BEGIN_SRC emacs-lisp :tangle no #+BEGIN_SRC emacs-lisp :tangle no
@ -17,7 +17,8 @@ When pulling the repository the first time, an initial init.el needs to be setup
(byte-compile-file (concat user-emacs-directory "init.el")) (byte-compile-file (concat user-emacs-directory "init.el"))
#+END_SRC #+END_SRC
This function updates init.el whenever changes in init.org are made. The update will be active after saving.
This function updates init.el whenever changes in init.org are made. The update will be active after saving.
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(defun me/tangle-init () (defun me/tangle-init ()
"If the current buffer is 'init.org', "If the current buffer is 'init.org',

Loading…
Cancel
Save