summaryrefslogtreecommitdiffstats
path: root/init.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2014-01-15 05:43:13 (GMT)
committerRavikiran Rajagopal <aine.marina@gmail.com>2014-01-15 05:43:13 (GMT)
commitd578a9b331ed6febde37a4eea1d81ed43dd992da (patch)
treec8b0ae389f17856dd66c890d3937ad714f2f8a08 /init.el
parent6df51326f2c41ecf9027ab2a0eb3e3aba24a04da (diff)
downloaddotemacs-d578a9b331ed6febde37a4eea1d81ed43dd992da.zip
dotemacs-d578a9b331ed6febde37a4eea1d81ed43dd992da.tar.gz
dotemacs-d578a9b331ed6febde37a4eea1d81ed43dd992da.tar.bz2
Ergodox support that allows 4 modifier keys
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 0fb0767..1de47e5 100644
--- a/init.el
+++ b/init.el
@@ -90,6 +90,8 @@
:ensure t
)
+(require 'ravi-ergodox-mode)
+
(require 'ravi-init-ido)
(require 'ravi-init-marks)
(require 'ravi-init-appearance)