diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-14T13·23+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-14T13·23+0000 |
commit | c490bbf4b3d57df111476f76f3a5c8ad2d04fa33 (patch) | |
tree | 10320810bb4048512a13ef99cca330298ed45abc /tools/emacs/init/settings.el | |
parent | 1f204f2891038bfced0b799837764495d351f1a5 (diff) |
chore(emacs.d): Import several months of privately tracked changes r/141
These changes were made in a fork of my configuration that is not publicly available and detailed history will not be included in this public commit.
Diffstat (limited to 'tools/emacs/init/settings.el')
-rw-r--r-- | tools/emacs/init/settings.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/emacs/init/settings.el b/tools/emacs/init/settings.el index 2e4dedc0a535..0bcf73b0e794 100644 --- a/tools/emacs/init/settings.el +++ b/tools/emacs/init/settings.el @@ -13,7 +13,6 @@ ;; Enable support for prescient in ivy & configure it (ivy-prescient-mode) (prescient-persist-mode) -(add-to-list 'ivy-prescient-excluded-commands 'counsel-rg) ;; Move files to trash when deleting (setq delete-by-moving-to-trash t) |