From 9010d3b9762197be1252da7b5d1cb011f826b651 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 20 Jun 2016 11:09:12 -0700 Subject: [PATCH] =?UTF-8?q?Set=20dtrt-indent-active-mode-line-info=20to=20?= =?UTF-8?q?"=20[=E2=9F=BC]"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles/emacs.d/README.org | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 094125b2..15aa2b5a 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2390,11 +2390,17 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl :commands edconf-find-file-hook :demand t) - (use-package dtrt-indent - :init (add-hook 'prog-mode-hook 'dtrt-indent-mode)) - #+END_SRC -*8* indent-guide +*** dtrt-indent +#+BEGIN_SRC emacs-lisp + (use-package dtrt-indent + :commands 'dtrt-indent-mode + :init (add-hook 'prog-mode-hook 'dtrt-indent-mode) + :config + (progn + (setq dtrt-indent-active-mode-line-info " [⟼]"))) +#+END_SRC +*** indent-guide #+BEGIN_SRC emacs-lisp (use-package indent-guide :disabled t