diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-17T11·46+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-17T11·46+0000 |
commit | 5727b6d24f2e462d53d2c44f50bd5b07276eb024 (patch) | |
tree | 7f18d2420a39718cbb0c223c74e3331735081d53 /tools/emacs/config/settings.el | |
parent | 7965f3ba3a79633a0a87c57aa9e14ce11ec1d3a1 (diff) |
refactor(emacs.d): Move ivy configuration to use-package r/173
Diffstat (limited to 'tools/emacs/config/settings.el')
-rw-r--r-- | tools/emacs/config/settings.el | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/emacs/config/settings.el b/tools/emacs/config/settings.el index 0bcf73b0e794..274dcdde3554 100644 --- a/tools/emacs/config/settings.el +++ b/tools/emacs/config/settings.el @@ -1,18 +1,4 @@ -(require 'prescient) -(require 'ivy-prescient) (require 'uniquify) -(require 'ivy-pass) - -;; Make ivy go! -(ivy-mode 1) -(counsel-mode 1) - -(setq ivy-use-virtual-buffers t) -(setq enable-recursive-minibuffers t) - -;; Enable support for prescient in ivy & configure it -(ivy-prescient-mode) -(prescient-persist-mode) ;; Move files to trash when deleting (setq delete-by-moving-to-trash t) |