diff options
Diffstat (limited to 'emacs-config.org')
| -rw-r--r-- | emacs-config.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org index b98f4a8..2ffa0a3 100644 --- a/emacs-config.org +++ b/emacs-config.org @@ -75,6 +75,11 @@ Set whitespace column length and symbols. (tab-mark ?\t [?➔ ?\t] [?\\ ?\t])))) #+end_src +Enable pairing brackets. +#+begin_src elisp + (electric-pair-mode) +#+end_src + ** Theme Enable theme. #+begin_src elisp |
