all repos — nixfiles @ 34bb5369da5ed09c712131e9b076db949f208e7e

System and user configuration, managed by nix and home-manager

Emacs: globally highlight matching parentheses

Alan Pearce
commit

34bb5369da5ed09c712131e9b076db949f208e7e

parent

c69634f046284580989ae7c7cd6705bbd0f2b243

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -790,6 +790,8 @@
;; replace highlighted text rather than just inserting at point (delete-selection-mode t) +(show-paren-mode t) + (bind-key "S-SPC" #'set-mark-command) (use-package subword
@@ -892,7 +894,6 @@ ;;;; Lisps
(defun ap/lisp-setup () (run-hooks 'lisp-common-mode-hook) - (show-paren-mode t) (setq indent-tabs-mode nil) (local-set-key (kbd "RET") #'paredit-newline))