Deactivated highlight-indent-guides.

This commit is contained in:
tastytea 2019-07-16 00:55:18 +02:00
parent c6a99e30d9
commit 2917956552

16
init.el
View File

@ -1,5 +1,5 @@
;;; init.el --- tastytea's Emacs init file. ;;; 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: ;;; Commentary:
;; I am using this file with Emacs 26, but most of it will probably work with ;; 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 :hook
(prog-mode . hs-minor-mode)) (prog-mode . hs-minor-mode))
;; Highlight indentation levels. ;; ;; Highlight indentation levels.
(use-package highlight-indent-guides ;; (use-package highlight-indent-guides
:custom ;; :custom
(highlight-indent-guides-method 'character) ;; (highlight-indent-guides-method 'character)
;; (highlight-indent-guides-responsive 'top) ;; ;; (highlight-indent-guides-responsive 'top)
:hook ;; :hook
(prog-mode . highlight-indent-guides-mode)) ;; (prog-mode . highlight-indent-guides-mode))
;; Tries to find points of interest and jumps to them. ;; Tries to find points of interest and jumps to them.
(use-package imenu-anywhere (use-package imenu-anywhere