Remove ivy, related packages, and my configs for it
[~bandali/configs] / .emacs.d / init.el
index 26259eb..f290909 100644 (file)
@@ -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"))