about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-05-01T14·01+0200
committerVincent Ambo <tazjin@gmail.com>2018-05-01T14·01+0200
commit72a33b9156ac1b60703659c3ff204a501f67599f (patch)
tree161b2674ffcd0a56bf6f360807dea9bb48cd6ccf /init/custom.el
parenteaac33465d7885ec71f161ad769f04103ff2f58f (diff)
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.
Diffstat (limited to 'init/custom.el')
-rw-r--r--init/custom.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init/custom.el b/init/custom.el
index 5baf33da0fda..474eeae926b0 100644
--- a/init/custom.el
+++ b/init/custom.el
@@ -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))