1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00

Tweak show paren mode

This commit is contained in:
Jack Foltz 2018-12-08 11:13:52 -05:00
parent d6d0666789
commit 52759a6e9d
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -24,12 +24,9 @@ Disable the useless cruft at the top of the screen
** Show matching parenthesis
Shows matching parenthesis
#+BEGIN_SRC emacs-lisp
;; (require 'paren)
;; (set-face-background 'show-paren-match (face-background 'default))
;; (set-face-foreground 'show-paren-match "#def")
;; (set-face-attribute 'show-paren-match nil :weight 'extra-bold)
;; (setq show-paren-delay 0)
;; (show-paren-mode)
(require 'paren)
(setq show-paren-delay 0)
(show-paren-mode)
#+END_SRC
** Show columns