summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
authorAlan Pearce2014-11-11 09:55:00 +0000
committerAlan Pearce2014-11-11 09:55:00 +0000
commit4c079513c4cd3aef6b28514125a57e03f7fccbf5 (patch)
tree3a8f59f3d7747fb5e4ce880105e178b3d1f756ed /tag-emacs/emacs.d/init.el
parent4d2d0a9511159eca3a3c8945d13fe36821c5e7e6 (diff)
downloaddotfiles-4c079513c4cd3aef6b28514125a57e03f7fccbf5.tar.lz
dotfiles-4c079513c4cd3aef6b28514125a57e03f7fccbf5.tar.zst
dotfiles-4c079513c4cd3aef6b28514125a57e03f7fccbf5.zip
Emacs: Try boon mode
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 3187d09..01f8fb6 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -503,6 +503,15 @@
 
 ;;;; Keybindings
 
+(req-package boon-colemak
+  :ensure boon
+  :config (progn
+            (boon-mode)
+            (bind-key "f" #'find-file boon-x-map)))
+
+(req-package boon-extras
+  :ensure boon)
+
 (when (eq system-type 'darwin)
   (set-keyboard-coding-system nil)
   (setq mac-option-modifier 'meta