diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 980bf6c..ba9ca9e 100644 --- a/init.el +++ b/init.el | |||
@@ -1734,6 +1734,9 @@ browser defined in `browse-url-secondary-browser-function'." | |||
1734 | :repo "alphapapa/topsy.el")) | 1734 | :repo "alphapapa/topsy.el")) |
1735 | (:hook-into prog-mode)) | 1735 | (:hook-into prog-mode)) |
1736 | 1736 | ||
1737 | (setup (:straight trashed) | ||
1738 | (:option trashed-action-confirmer #'y-or-n-p)) | ||
1739 | |||
1737 | (setup (:straight typo) | 1740 | (setup (:straight typo) |
1738 | 1741 | ||
1739 | ;; Enable C-c 8 map in all buffers | 1742 | ;; Enable C-c 8 map in all buffers |