summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/Makefile
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-11-27 13:34:10 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-11-27 13:34:10 +0000
commit7a8a5a57383cec2f9e3b8c05d4af68c926e5bdea (patch)
treef1442e4d21debcd0be06160387f4252655770570 /dotfiles-darwin/Makefile
parent4ae9323c21e824f894e101353612e411ccab21c7 (diff)
darwin: Enable more Emacs key bindings in apps
See the documentation for NSStandardKeyBindingResponding for a complete list of actions that may be supported.
Diffstat (limited to 'dotfiles-darwin/Makefile')
-rw-r--r--dotfiles-darwin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles-darwin/Makefile b/dotfiles-darwin/Makefile
new file mode 100644
index 0000000..c90cb25
--- /dev/null
+++ b/dotfiles-darwin/Makefile
@@ -0,0 +1,2 @@
+~/Library/KeyBindings/DefaultKeyBinding.dict: DefaultKeyBinding.dict
+ install -D --mode 644 $< $@