diff --git a/custom-variables.el b/custom-variables.el index 92d8c3a..b471e89 100644 --- a/custom-variables.el +++ b/custom-variables.el @@ -68,6 +68,7 @@ (name 16 -1) " " filename)))) '(icomplete-mode t) + '(isearch-resume-in-command-history t) '(ispell-program-name "aspell") '(magit-completing-read-function (quote magit-ido-completing-read)) '(magit-default-tracking-name-function (quote magit-default-tracking-name-branch-only)) @@ -104,6 +105,7 @@ '(ruby-use-encoding-map nil) '(safe-local-variable-values (quote ((eval rainbow-mode 1)))) '(scss-compile-at-save nil) + '(search-exit-option nil) '(smooth-scroll-margin 6) '(speedbar-show-unknown-files t) '(standard-indent 2)