summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2018-05-30 01:52:07 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2018-05-30 01:52:07 (GMT)
commitd259fc9d04909444998ebe196cf044cb3cd12625 (patch)
treeaf8f6846ef9a596194af7feb976b547e6e28e628 /init.el
parent4fe8a14a3c2e497ec2d0111475cce433fe6dad8f (diff)
downloaddotemacs-d259fc9d04909444998ebe196cf044cb3cd12625.zip
dotemacs-d259fc9d04909444998ebe196cf044cb3cd12625.tar.gz
dotemacs-d259fc9d04909444998ebe196cf044cb3cd12625.tar.bz2
Simplify code
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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 "<f9>" 'helm-find-files)
(bind-key "<f8>" 'helm-mini))