aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index 2cd1c0cb..3f10da20 100644
--- a/init.el
+++ b/init.el
@@ -50,6 +50,7 @@
(require 'browser-config) ;; browser configuration/integration
(require 'coverage-core) ;; diff-aware coverage engine + F7 binding
(require 'coverage-elisp) ;; elisp backend for coverage-core
+(require 'dev-fkeys) ;; F4 compile+run dispatcher, F6 tests stopgap
;; ------------------------ User Interface Configuration -----------------------