diff options
| -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) |
