No description
Find a file
Kristoffer Grönlund 29475178d7 Use cl-lib instead of cl (deprecated).
Also adds basic docstrings to get rid of warnings.
2021-06-23 15:08:38 +02:00
README.rst Tweak README 2011-03-17 19:59:56 -07:00
sql-smie-mode.el Use cl-lib instead of cl (deprecated). 2021-06-23 15:08:38 +02:00

================
sql-smie-mode.el
================

`sql-smie-mode` is an Emacs minor mode for indenting SQL.  It depends
on the SMIE library introduced in Emacs 23.3.

The mode is currently incomplete, but I think it works better than
`sql-indent.el` in many cases already.


Usage
-----

Place `sql-smie-mode.el` in a directory on your load path and add the
following to your emacs init file:

  (require 'sql-smie-mode)
  (add-hook 'sql-mode-hook 'sql-smie-mode)