diff options
author | blendoit <blendoit@gmail.com> | 2019-09-10 21:27:41 -0700 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2019-09-10 21:27:41 -0700 |
commit | 22708be882b3f67da5d52b245a63e234680d7f71 (patch) | |
tree | 53450d2301e4b204f6f57b4c89f78964d4b79247 /.cache/savehist | |
parent | 2a9f285b2457bad1b6d35846829cfc5d4fef6f64 (diff) |
Last commit before Spacemacs
Diffstat (limited to '.cache/savehist')
-rw-r--r-- | .cache/savehist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.cache/savehist b/.cache/savehist new file mode 100644 index 0000000..80fd290 --- /dev/null +++ b/.cache/savehist @@ -0,0 +1,13 @@ +;; -*- mode: emacs-lisp; coding: utf-8-unix -*- +;; Minibuffer history file, automatically generated by ‘savehist’. + +(setq savehist-minibuffer-history-variables '(evil-ex-history woman-topic-history buffer-name-history ivy-history counsel-M-x-history)) +(setq evil-ex-history '(#("q!" 0 1 (ex-index 1) 1 2 (ex-index 2)) #("x" 0 1 (ex-index 1)))) +(setq buffer-name-history '("*Custom Themes*")) +(setq ivy-history '(#("gray10" 0 6 (ivy-index 0)) #("spacema" 0 7 (ivy-index 0)) #("space" 0 5 (ivy-index 0)))) +(setq counsel-M-x-history '(#("^customize" 0 10 (ivy-index 0)) #("^rever" 0 6 (ivy-index 0)) #("^customize-themes" 0 17 (ivy-index 0)) #("^customi" 0 8 (ivy-index 0)) #("^customize-group" 0 16 (ivy-index 0)))) +(setq evil-jumps-history '((2034 "/home/blendux/.spacemacs") (2034 "/home/blendux/.spacemacs") (2034 "/home/blendux/.spacemacs"))) +(setq mark-ring 'nil) +(setq search-ring 'nil) +(setq regexp-search-ring 'nil) +(setq extended-command-history 'nil) |