feat(all): Replace helm with ivy

For most of my use-cases Helm seems to be overkill, and despite
overall seeming like a nice and featureful package it has stability
issues and bugs that annoy me.

I've heard that ivy is simpler to use and configure, so I'm giving it
a chance here.
This commit is contained in:
Vincent Ambo 2018-05-01 16:01:38 +02:00
parent eaac33465d
commit 72a33b9156
4 changed files with 12 additions and 20 deletions

View file

@ -14,8 +14,6 @@
'(elnode-send-file-program "/run/current-system/sw/bin/cat")
'(frame-brackground-mode (quote dark))
'(global-auto-complete-mode t)
'(helm-split-window-in-side-p t)
'(helm-split-window-inside-p t)
'(kubernetes-commands-display-buffer-function (quote display-buffer))
'(magit-log-show-gpg-status t)
'(ns-alternate-modifier (quote none))