diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6b8dd8e..4736a73 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2029,6 +2029,10 @@ This function is intended for use with `ivy-ignore-buffers'." :custom (oddmuse-username "bandali")) +(use-package debpaste + :custom + (debpaste-paste-is-hidden t)) + ;;; Email (with Gnus) |