[Emacs] whitespace
This commit is contained in:
parent
f9c45fe286
commit
522f17e440
@ -193,12 +193,12 @@
|
|||||||
usage. It is also disabled for two modes: magit and Org.
|
usage. It is also disabled for two modes: magit and Org.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(auto-completion :variables
|
(auto-completion :variables
|
||||||
auto-completion-complete-with-key-sequence-delay 0.2
|
auto-completion-complete-with-key-sequence-delay 0.2
|
||||||
auto-completion-enable-help-tooltip 'manual
|
auto-completion-enable-help-tooltip 'manual
|
||||||
auto-completion-enable-sort-by-usage t
|
auto-completion-enable-sort-by-usage t
|
||||||
:disabled-for
|
:disabled-for
|
||||||
org
|
org
|
||||||
git)
|
git)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
~helm~ is also enabled, with its header disabled.
|
~helm~ is also enabled, with its header disabled.
|
||||||
@ -310,7 +310,7 @@
|
|||||||
:END:
|
:END:
|
||||||
In this category, I only enabled two layers: ~selectric~ and ~xkcd~.
|
In this category, I only enabled two layers: ~selectric~ and ~xkcd~.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
selectric xkcd
|
selectric xkcd
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** Internationalization
|
*** Internationalization
|
||||||
|
Loading…
Reference in New Issue
Block a user