From d259fc9d04909444998ebe196cf044cb3cd12625 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Tue, 29 May 2018 20:52:07 -0500 Subject: Simplify code diff --git a/init.el b/init.el index decb211..64b8408 100644 --- a/init.el +++ b/init.el @@ -89,7 +89,7 @@ (setq x-hyper-keysym 'alt))) (progn ;; Temporary key-bindings - (if (and (boundp 'ravi/use-helm-instead-of-ido) ravi/use-helm-instead-of-ido) + (if (bound-and-true-p ravi/use-helm-instead-of-ido) (progn (bind-key "" 'helm-find-files) (bind-key "" 'helm-mini)) -- cgit v0.10.1