Delete lola config

This commit is contained in:
Jeremy Dormitzer 2024-04-03 18:45:45 -06:00
parent 5f57a7dddd
commit b385f3a039
2 changed files with 0 additions and 13 deletions

View File

@ -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)

View File

@ -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))