Delete lola config
This commit is contained in:
parent
5f57a7dddd
commit
b385f3a039
@ -1,12 +0,0 @@
|
||||
;; -*- lexical-binding: t; -*-
|
||||
|
||||
;; Lola stuff
|
||||
|
||||
(defun lola-core-models-prod ()
|
||||
"Opens a PSQL buffer to the prod core models database"
|
||||
(interactive)
|
||||
(let ((sql-database (1password-get-password "lola-server prod db (read-only)"))
|
||||
(sql-postgres-login-params nil))
|
||||
(sql-postgres)))
|
||||
|
||||
(provide 'init-lola)
|
@ -119,7 +119,6 @@
|
||||
(require 'init-1pass)
|
||||
(require 'init-wallabag)
|
||||
(require 'init-plantuml)
|
||||
(require 'init-lola)
|
||||
(require 'handwriting)
|
||||
(when (string-equal system-type "darwin")
|
||||
(require 'init-mac))
|
||||
|
Loading…
Reference in New Issue
Block a user