From 2917956552028400ba25ea853f02bfc33470480a Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 16 Jul 2019 00:55:18 +0200 Subject: [PATCH] Deactivated highlight-indent-guides. --- init.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/init.el b/init.el index c1d3d1f..7da751f 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-07-14T22:25:59+00:00> +;; Time-stamp: <2019-07-15T22:54:57+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -314,13 +314,13 @@ With argument, do this that many times." :hook (prog-mode . hs-minor-mode)) -;; Highlight indentation levels. -(use-package highlight-indent-guides - :custom - (highlight-indent-guides-method 'character) - ;; (highlight-indent-guides-responsive 'top) - :hook - (prog-mode . highlight-indent-guides-mode)) +;; ;; Highlight indentation levels. +;; (use-package highlight-indent-guides +;; :custom +;; (highlight-indent-guides-method 'character) +;; ;; (highlight-indent-guides-responsive 'top) +;; :hook +;; (prog-mode . highlight-indent-guides-mode)) ;; Tries to find points of interest and jumps to them. (use-package imenu-anywhere