]> git.donarmstrong.com Git - lib.git/commitdiff
load DTRT indenting
authorDon Armstrong <don@donarmstrong.com>
Mon, 12 Mar 2018 04:18:14 +0000 (21:18 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 12 Mar 2018 04:18:14 +0000 (21:18 -0700)
emacs_el/configuration/don-configuration.org

index 3313bcc1c33c02b36061558e9bd5da3b5cfb6563..ca5538a53d3f61cb8dce7704b4c74253e7c7ebee 100644 (file)
@@ -682,6 +682,13 @@ value, scrolling continues until there is no more output.
     (setq ediff-window-setup-function 'ediff-setup-windows-plain)
   )
 #+END_SRC
+** Do the Right Thing Indenting
+Attempts to automatically identify the right indentation for a file
+#+BEGIN_SRC emacs-lisp
+(use-package dtrt-indent
+  :ensure t
+)  
+#+END_SRC
 ** VCL --editing varnish configuration files
 #+BEGIN_SRC emacs-lisp
   (use-package vcl-mode