commit b67ef801ccc3a8fffad1abc0683023c83c8c9d54
parent 81fc69c6d997cd70ae218b2fd1fe7375eb18d72c
Author: Cem Keylan <cem@ckyln.com>
Date: Mon, 6 Jul 2020 14:26:09 +0300
more formatting cleanup
Diffstat:
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/init.org b/init.org
@@ -160,11 +160,10 @@ them to 0.
** Package management
-I have switched to straight.el for package management.
-It is overall faster than package.el, and I don't want
-to use every package that I have tried out. The following
-is the one time bootstrapping script that straight.el uses
-to install itself.
+I have switched to straight.el for package management. It is overall faster than
+package.el, and I don't want to use every package that I have tried out. The
+following is the one time bootstrapping script that straight.el uses to install
+itself.
#+BEGIN_SRC emacs-lisp
(defvar bootstrap-version)
@@ -183,8 +182,8 @@ to install itself.
*** Straight default configurations
-I don't want straight to do complete clones of the package repositories I
-am building from.
+I don't want straight to do complete clones of the package repositories I am
+building from.
#+BEGIN_SRC emacs-lisp
(setq straight-vc-git-default-clone-depth 1)
@@ -201,16 +200,17 @@ We need use-package for maintaining other packages.
** Custom-file
-I don't want emacs setting up custom variables without me
-noticing. Let's disable it.
+I don't want emacs setting up custom variables without me noticing. Let's
+disable it.
#+BEGIN_SRC emacs-lisp
(setq custom-file "/dev/null")
#+END_SRC
** Starting the server
-I used to have an alias for running emacsclient, now I
-use a tiny script for it.
+
+I used to have an alias for running emacsclient, now I use a tiny script for it.
+
#+NAME: emc
#+BEGIN_SRC sh :tangle emc :tangle-mode (identity #o755)
#!/bin/sh