aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config/pop-os
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-07-16 11:48:01 -0700
committerGravatar Tom Willemse2025-07-16 11:48:01 -0700
commit0a9848235f292453b48b5b7182106e7a522fc131 (patch)
treec03cb536c60b321b15b49dca4f2e5542bbc1277a /oni/home/config/pop-os
parent6f1cddd9c03566fe194be222ac336baf6824a2d7 (diff)
downloadnew-dotfiles-0a9848235f292453b48b5b7182106e7a522fc131.tar.gz
new-dotfiles-0a9848235f292453b48b5b7182106e7a522fc131.zip
pop-os/emacs: Fix startup error
Diffstat (limited to 'oni/home/config/pop-os')
-rw-r--r--oni/home/config/pop-os/emacs.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/oni/home/config/pop-os/emacs.el b/oni/home/config/pop-os/emacs.el
index 5c67ad1..d6b687b 100644
--- a/oni/home/config/pop-os/emacs.el
+++ b/oni/home/config/pop-os/emacs.el
@@ -1,4 +1,6 @@
;; -*- lexical-binding: t; -*-
+(require 'transient)
+
(defun snowball-reformat-chanced-file ()
"Run the current buffer through Pint."
(interactive)