From 638fc2059bab7f4413365f2c8ad2f5ef6a31ccda Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 2 Aug 2018 17:23:54 +0200 Subject: [PATCH] Emacs: switched from ident-guide to highlight-indent-guides --- emacs/emacs.el | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index bfe6cda..8e7525a 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -351,16 +351,14 @@ ((after-init-hook . mu4e-alert-enable-notifications) (after-init-hook . mu4e-alert-enable-mode-line-display))) -;; indent-guide +;; highlight-indent-guides ;; show vertical lines to guide indentation -(use-package indent-guide - :diminish indent-guide-mode +(use-package highlight-indent-guides + :diminish highlight-indent-guides-mode :config - (indent-guide-global-mode)) - -;; nlinum -;; Show line numbers in the margin -(use-package nlinum) + (setq highlight-indent-guides-method 'character) + :hook + (prog-mode . highlight-indent-guides-mode)) ;; org ;; Outline-based notes management and organizer