Add default for mysql
This commit is contained in:
parent
e2e02fa768
commit
6ab96129d5
1 changed files with 6 additions and 0 deletions
|
@ -54,3 +54,9 @@
|
||||||
;; they are implemented.
|
;; they are implemented.
|
||||||
|
|
||||||
(setq projectile-project-search-path '("~/workspace"))
|
(setq projectile-project-search-path '("~/workspace"))
|
||||||
|
|
||||||
|
(setq sql-mysql-login-params
|
||||||
|
'((user :default "application")
|
||||||
|
(database :default "application")
|
||||||
|
(server :default "127.0.0.1")
|
||||||
|
(port :default 3305)))
|
||||||
|
|
Loading…
Reference in a new issue