From 660f61d068ff2f1426c2972144a31455123e8e4a Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 2 Feb 2023 08:23:23 +0000 Subject: Add highlight-sexp --- .emacs.d/lisp/init-ui.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.emacs.d') diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el index c180195..8567590 100644 --- a/.emacs.d/lisp/init-ui.el +++ b/.emacs.d/lisp/init-ui.el @@ -163,5 +163,12 @@ (set-syntax-table emacs-lisp-mode-syntax-table) (smartparens-strict-mode))) +(use-package highlight-sexp + :diminish + :custom (hl-sexp-background-color "grey10") ;; grey25 grey30 DarkBlue navy MidnightBlue DarkSlateBlue + :hook + (emacs-lisp-mode . highlight-sexp-mode) + (clojure-mode . highlight-sexp-mode)) + (provide 'init-ui) ;;; init-ui.el ends here -- cgit 1.4.1-2-gfad0