summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
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