summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-03-31 11:26:50 +0800
committerSean Whitton <spwhitton@spwhitton.name>2024-03-31 11:26:50 +0800
commit372bdd3a3f716671948a1f13d3c97561df34725c (patch)
treeebbde9e69eb034c72b7aa8368c5ff3952a1b3578
parent3928eb738c03ff88450757a947bc94e87c397434 (diff)
downloaddotfiles-372bdd3a3f716671948a1f13d3c97561df34725c.tar.gz
set git-rebase-confirm-cancel
-rw-r--r--.emacs.d/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 1e720adc..b01a9802 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -238,6 +238,7 @@ windows side-by-side in the frame."
'(gc-cons-threshold 16777216)
'(gdb-many-windows t)
'(gdb-show-main t nil nil "This is helpful when gdb-many-windows is turned off.")
+ '(git-rebase-confirm-cancel nil)
'(global-so-long-mode t)
'(gnus-article-skip-boring t)
'(gnus-auto-center-summary nil)