diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:56:54 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:03:07 +0200 |
| commit | 62625590caa38dd6bbe53bd4d89f3d167ac96c4d (patch) | |
| tree | 1175b22f14374dfbf34ed28ba79ac984bcb25ed1 /dot.emacs.d/init.el | |
| parent | 5b6b9fa4f7a3cb1ed7731e796be812a349de3a03 (diff) | |
Emacs: Add elsqlite
Diffstat (limited to 'dot.emacs.d/init.el')
| -rw-r--r-- | dot.emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index b2e4f96..4062d8d 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -213,6 +213,8 @@ (use-package info-nav) +(use-package elsqlite) + (use-package transpose-frame :init (dolist (i '(("j" . transpose-frame) |
