aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:56:54 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:03:07 +0200
commit62625590caa38dd6bbe53bd4d89f3d167ac96c4d (patch)
tree1175b22f14374dfbf34ed28ba79ac984bcb25ed1 /dot.emacs.d
parent5b6b9fa4f7a3cb1ed7731e796be812a349de3a03 (diff)
Emacs: Add elsqlite
Diffstat (limited to 'dot.emacs.d')
-rw-r--r--dot.emacs.d/init.el2
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)