diff options
| author | 2025-07-16 11:48:01 -0700 | |
|---|---|---|
| committer | 2025-07-16 11:48:01 -0700 | |
| commit | 0a9848235f292453b48b5b7182106e7a522fc131 (patch) | |
| tree | c03cb536c60b321b15b49dca4f2e5542bbc1277a | |
| parent | 6f1cddd9c03566fe194be222ac336baf6824a2d7 (diff) | |
| download | new-dotfiles-0a9848235f292453b48b5b7182106e7a522fc131.tar.gz new-dotfiles-0a9848235f292453b48b5b7182106e7a522fc131.zip | |
pop-os/emacs: Fix startup error
| -rw-r--r-- | oni/home/config/pop-os/emacs.el | 2 |
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) |
