summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-maps.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2018-05-29 11:58:11 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2018-05-29 11:58:11 (GMT)
commit4fe8a14a3c2e497ec2d0111475cce433fe6dad8f (patch)
tree6644d168310f296f0b04c437c19140239d119eef /lisp/ravi-init-maps.el
parentc7b0ca5c28d79ed4fc38b7f6c578e97bc6c7efc4 (diff)
downloaddotemacs-4fe8a14a3c2e497ec2d0111475cce433fe6dad8f.zip
dotemacs-4fe8a14a3c2e497ec2d0111475cce433fe6dad8f.tar.gz
dotemacs-4fe8a14a3c2e497ec2d0111475cce433fe6dad8f.tar.bz2
Automatic use of :ensure
Diffstat (limited to 'lisp/ravi-init-maps.el')
-rw-r--r--lisp/ravi-init-maps.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ravi-init-maps.el b/lisp/ravi-init-maps.el
index ae4eac6..6654463 100644
--- a/lisp/ravi-init-maps.el
+++ b/lisp/ravi-init-maps.el
@@ -51,8 +51,7 @@
("x" apply-operation-to-number-at-point :exit t)
("X" apply-operation-to-number-at-point :exit t)
("#" apply-operation-to-number-at-point :exit t)
- ("%" apply-operation-to-number-at-point :exit t)))
- :ensure t)
+ ("%" apply-operation-to-number-at-point :exit t))))
(provide 'ravi-init-maps)
;;; ravi-init-maps.el ends here