summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-12-17 20:08:17 +0000
committerAlan Pearce2014-12-17 20:08:17 +0000
commit098899923bc730dfbab3070f953161b69e77af67 (patch)
tree6b1967b5d9a80a44b6caf8e96f897fa9709b30ab
parent4c079513c4cd3aef6b28514125a57e03f7fccbf5 (diff)
downloaddotfiles-098899923bc730dfbab3070f953161b69e77af67.tar.lz
dotfiles-098899923bc730dfbab3070f953161b69e77af67.tar.zst
dotfiles-098899923bc730dfbab3070f953161b69e77af67.zip
fixup! Emacs: Try boon mode
-rw-r--r--tag-emacs/emacs.d/Cask1
-rw-r--r--tag-emacs/emacs.d/init.el9
2 files changed, 0 insertions, 10 deletions
diff --git a/tag-emacs/emacs.d/Cask b/tag-emacs/emacs.d/Cask
index 633f453..4809547 100644
--- a/tag-emacs/emacs.d/Cask
+++ b/tag-emacs/emacs.d/Cask
@@ -9,7 +9,6 @@
 (depends-on "auto-compile")
 (depends-on "auto-indent-mode")
 (depends-on "bind-key")
-(depends-on "boon")
 (depends-on "cask")
 (depends-on "cider")
 (depends-on "clj-refactor")
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 01f8fb6..3187d09 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -503,15 +503,6 @@
 
 ;;;; 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