summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-08-27 13:09:35 +0100
committerAlan Pearce2013-09-09 14:09:23 +0100
commit6e26c674b93629c3d1cfeb79d6c6f2268510a420 (patch)
treea293b1f593f9527f7d53535b44fb880eb54e3b7a /emacs
parent9719bca673b354a1dbd495afb55c5dec74482a51 (diff)
downloaddotfiles-6e26c674b93629c3d1cfeb79d6c6f2268510a420.tar.lz
dotfiles-6e26c674b93629c3d1cfeb79d6c6f2268510a420.tar.zst
dotfiles-6e26c674b93629c3d1cfeb79d6c6f2268510a420.zip
Emacs: add extra keybinding for projectile-find-file
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e07ef0b..dd73f19 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -500,6 +500,8 @@ Values: `desktop', `server', `laptop'")
 
 (unbind-key "s-n")
 
+(bind-key "s-x" (define-prefix-command 'super-x-map))
+
 (set-register ?e `(file . ,*init-file*))
 
 ;; Enable narrowing functions C-x n