diff options
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
