summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-06-12 16:00:39 +0200
committermms <michal@sapka.me>2024-06-12 16:00:39 +0200
commit6062cd951bd2b66b463ca0e5a83b0e3dca777467 (patch)
treedf4d77a2895354e05a9240a9a8ccae7871fd1b74 /init.el
parent7d645e3da4075c69dbd1b9df47e9cd857861041b (diff)
feat: Avy
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 1ee7424..b488774 100644
--- a/init.el
+++ b/init.el
@@ -24,6 +24,7 @@
;; If there is more than one, they won't work right.
'(auth-source-save-behavior nil)
'(mml-secure-openpgp-sign-with-sender t)
+ '(package-selected-packages '(eglot))
'(safe-local-variable-values
'((whitespace-line-column . 80)
(org-num-skip-tags "UNNUMBERED"))))