summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-06 12:52:51 -0500
committerCase Duckworth2021-09-06 12:52:51 -0500
commit9353e7d5711631a5f5b2a9a515d2f223be848228 (patch)
treef5ad02541d5d43cd7d0ba0b7098aade16b773463 /init.el
parentBind ; to link-hint-open-link in various modes (diff)
downloademacs-9353e7d5711631a5f5b2a9a515d2f223be848228.tar.gz
emacs-9353e7d5711631a5f5b2a9a515d2f223be848228.zip
Move trashed to its own setup form
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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