reformat setq vs setq-default

master
Jacopo De Simoi 8 years ago
parent 8d47649dbb
commit c3e4da3977
  1. 11
      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

Loading…
Cancel
Save