Skip to content

Instantly share code, notes, and snippets.

@guehara
Created April 3, 2012 02:55
Show Gist options
  • Save guehara/2288951 to your computer and use it in GitHub Desktop.
Save guehara/2288951 to your computer and use it in GitHub Desktop.
sql-mode for brew MySQL
;;; mysql
(setq sql-mysql-program "/usr/local/bin/mysql")
(add-hook 'sql-interactive-mode-hook
'(lambda()
(setq truncate-lines t
truncate-partial-width-windows t)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment