Commit c201229bc7d6

Vincent Demeester <vincent@sbr.pm>
2015-05-26 22:16:15
Micro fixes
1 parent c391750
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -2555,18 +2555,18 @@
      #+END_SRC
 ** SQL
 
-   Emacs is really more than an editor. The SQL mode is quick cool to
+   Emacs is really more than an editor. The SQL mode is quick and cool to
    used (and do not eat my memory like mysql-workbench for
    example).
 
    By default, Emacs does not automatically truncate long lines in
    SQL(i) mode, let's change that.
 
-   #+BEGIN_SRC emacs-lisp
+#+BEGIN_SRC emacs-lisp
      (add-hook 'sql-interactive-mode-hook
                (lambda ()
                  (toggle-truncate-lines t)))
-   #+END_SRC
+#+END_SRC
 
 ** Linux related modes
 *** Archlinux