diff options
author | 2020-11-22 00:14:48 -0500 | |
---|---|---|
committer | 2020-11-22 00:16:32 -0500 | |
commit | b85d4b369079ac2b874f348319ca85dda0dddc90 (patch) | |
tree | 3fb87c738655c86bf23cb53cd875a00224b1da00 /.emacs.d/init.el | |
parent | 461f4ab22704d2debbf0d5b15337b8c599580fb7 (diff) | |
download | configs-b85d4b369079ac2b874f348319ca85dda0dddc90.tar.gz configs-b85d4b369079ac2b874f348319ca85dda0dddc90.tar.xz configs-b85d4b369079ac2b874f348319ca85dda0dddc90.zip |
Remove ivy, related packages, and my configs for it
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 26259eb..f290909 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -145,9 +145,6 @@ This sets each user option VAR's value to the corresponding VALUE. ("org" . "https://orgmode.org/elpa/")) package-load-list '(;; GNU ELPA - (ivy "0.13.1") - (counsel "0.13.1") - (swiper "0.13.1") (debbugs "0.26") (delight "1.7") (ebdb "0.6.19") @@ -581,15 +578,7 @@ Make N (default: 1) copies of the current line or region." ;; (add-to-list 'recentf-keep #'file-remote-p) (recentf-mode)) -;; needed for history for counsel -(csetq amx-save-file (b/var "amx-save.el")) -(add-to-list 'load-path (b/lisp "s")) -(add-to-list 'load-path (b/lisp "amx")) -(run-with-idle-timer 0.3 nil #'require 'amx) -(with-eval-after-load 'amx - (amx-mode)) - -(require 'bandali-ivy) +(fido-mode 1) (require 'bandali-eshell) @@ -1009,8 +998,6 @@ Make N (default: 1) copies of the current line or region." (delight 'auto-fill-function " f" "simple") (delight 'abbrev-mode "" "abbrev") (delight 'page-break-lines-mode "" "page-break-lines") - (delight 'ivy-mode "" "ivy") - (delight 'counsel-mode "" "counsel") (delight 'mml-mode " mml" "mml") (delight 'yas-minor-mode "" "yasnippet")) |