diff --git a/init.el b/init.el index 678b563..51842c2 100644 --- a/init.el +++ b/init.el @@ -22,6 +22,10 @@ ;;Enable mode to quickly open recent files (recentf-mode 1) ;;Configured in custom-keys + +;;Save what you enter into minibuffer prompts +(setq history-length 25) +(savehist-mode 1) ;;Navigate history using M-n and M-p commands (similar to C-n and C-p) ;;Make ESCquit prompts (global-set-key (kbd "") 'keyboard-escape-quit)