diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-10 13:19:37 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-08-10 13:19:37 +0200 |
| commit | 26a8832147a1df28ba57f4de7c5a38575613691f (patch) | |
| tree | 44c17a440b31a04b539aff37b3ed800d2dddf9e5 /emacs | |
| parent | 917047d7db82107d2abe8bf94d1bc0262f1814fe (diff) | |
| download | dotfiles-26a8832147a1df28ba57f4de7c5a38575613691f.tar.gz dotfiles-26a8832147a1df28ba57f4de7c5a38575613691f.zip | |
emacs: show-paren-mode
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index beffa9c..7818185 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -121,6 +121,7 @@ ;; Cursor (blink-cursor-mode 0) (global-hl-line-mode -1) +(show-paren-mode 1) ;; Follow symlinks (setq vc-follow-symlinks t) |
