mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Fixed formatting, could not have code inside bold.
This commit is contained in:
parent
99d13e7117
commit
689c31b261
32
init.org
32
init.org
@ -17,25 +17,25 @@
|
|||||||
|
|
||||||
If you really do want to try this config out, this is how I'd go about it:
|
If you really do want to try this config out, this is how I'd go about it:
|
||||||
|
|
||||||
*Clone the repo.*
|
* Clone the repo.
|
||||||
#+BEGIN_SRC sh :tangle no
|
#+BEGIN_SRC sh :tangle no
|
||||||
git clone https://github.com/larstvei/dot-emacs
|
git clone https://github.com/larstvei/dot-emacs
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*Backup your old =~/.emacs.d= (if necessary).*
|
* Backup your old =~/.emacs.d= (if necessary).
|
||||||
#+BEGIN_SRC sh :tangle no
|
#+BEGIN_SRC sh :tangle no
|
||||||
mv ~/.emacs.d ~/.emacs.d-bak
|
mv ~/.emacs.d ~/.emacs.d-bak
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*Backup your old =~/.emacs=-file (if necessary).*
|
* Backup your old =~/.emacs=-file (if necessary).
|
||||||
#+BEGIN_SRC sh :tangle no
|
#+BEGIN_SRC sh :tangle no
|
||||||
mv ~/.emacs ~/.emacs-bak
|
mv ~/.emacs ~/.emacs-bak
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*And finally*
|
* And finally
|
||||||
#+BEGIN_SRC sh :tangle no
|
#+BEGIN_SRC sh :tangle no
|
||||||
mv dot-emacs ~/.emacs.d
|
mv dot-emacs ~/.emacs.d
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
On first run it should install a bunch of packages (this might take a
|
On first run it should install a bunch of packages (this might take a
|
||||||
while), and you might have to restart your Emacs the first time. If you
|
while), and you might have to restart your Emacs the first time. If you
|
||||||
|
Loading…
Reference in New Issue
Block a user