From c3e4da3977bf216d9dcf14c211a4f8698e69fe30 Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Tue, 21 Nov 2017 13:22:28 -0500 Subject: [PATCH] reformat setq vs setq-default --- global.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/global.org b/global.org index db54dcc..6b138e6 100644 --- a/global.org +++ b/global.org @@ -15,12 +15,13 @@ See also [http://orgmode.org/manual/Extracting-source-code.html#Extracting-source-code] * Some remarks and comments -** setq vs setq-default - Some variables are buffer-local, others are not; for non buffer-local variables the two commands are - equivalent; for the buffer-local variables, setq acts on the current buffer, whereas setq-default sets the - default value of the variable for buffers that do not have a local value. +** ~setq~ vs ~setq-default~ + Some variables are buffer-local, others are not; for non buffer-local + variables the two commands are equivalent; for the buffer-local variables, + setq acts on the current buffer, whereas setq-default sets the default + value of the variable for buffers that do not have a local value. - :source: [https://stackoverflow.com/a/18173666] + :source: [https://stackoverflow.com/a/18173666] * Move Customize to a separate file #+BEGIN_SRC emacs-lisp