about summary refs log tree commit diff stats
path: root/.emacs.d/lisp/init-editor.el
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-02-17 14:35:16 +0000
committerDavid Morgan <djm_uk@protonmail.com>2024-02-17 14:35:16 +0000
commit9ef14c835d5fb49765b7cf60662a7dd6c4ac5409 (patch)
treee13639a8dd42e545ae4add589876004e810d26f4 /.emacs.d/lisp/init-editor.el
parent0c50c5f627757934c427844cc283ef769694141e (diff)
downloaddotfiles-9ef14c835d5fb49765b7cf60662a7dd6c4ac5409.tar.gz
Update for elpaca :ensure changes
Diffstat (limited to '.emacs.d/lisp/init-editor.el')
-rw-r--r--.emacs.d/lisp/init-editor.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-editor.el b/.emacs.d/lisp/init-editor.el
index b079df6..d95dfe6 100644
--- a/.emacs.d/lisp/init-editor.el
+++ b/.emacs.d/lisp/init-editor.el
@@ -215,7 +215,7 @@
   :bind ("C-c c t t" . titlecase-dwim))
 
 (use-package caser
-  :elpaca (caser :host github :repo "emacsmirror/caser")
+  :ensure (caser :host github :repo "emacsmirror/caser")
   :bind
   ("C-c c c" . caser-camelcase-dwim)
   ("C-c c s" . caser-snakecase-dwim)