From b385f3a0393ebfb269659187e8793e4e5dbe04fd Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 3 Apr 2024 18:45:45 -0600 Subject: [PATCH] Delete lola config --- emacs/.emacs.d/config/init-lola.el | 12 ------------ emacs/.emacs.d/init.el | 1 - 2 files changed, 13 deletions(-) delete mode 100644 emacs/.emacs.d/config/init-lola.el diff --git a/emacs/.emacs.d/config/init-lola.el b/emacs/.emacs.d/config/init-lola.el deleted file mode 100644 index 973fc63..0000000 --- a/emacs/.emacs.d/config/init-lola.el +++ /dev/null @@ -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) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index e3221bd..8898e82 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -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))