diff --git a/spacemacs b/spacemacs index 3f11ba3..eb2b304 100644 --- a/spacemacs +++ b/spacemacs @@ -37,8 +37,8 @@ values." shell-default-shell 'eshell shell-enable-smart-eshell t) haskell + idris rust - scheme emacs-lisp c-c++ python @@ -208,6 +208,7 @@ user code." This function is called at the very end of Spacemacs initialization after layers configuration. You are free to put any user code." + (setq-default xterm-query-timeout nil) (require 'helm-bookmark) (xterm-mouse-mode -1) (setq-default tab-width 8 indent-tabs-mode t)