diff options
author | EuAndreh <eu@euandre.org> | 2018-11-03 23:58:05 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-03 23:58:05 -0300 |
commit | 19da19c3363cdafaf12167da3402654cca002b79 (patch) | |
tree | a23f1613145e91f7d09f2bfec94f013814bab8f0 | |
parent | Unsubscribe. (diff) | |
download | dotfiles-19da19c3363cdafaf12167da3402654cca002b79.tar.gz dotfiles-19da19c3363cdafaf12167da3402654cca002b79.tar.xz |
Add macOS keybindings.
-rw-r--r-- | spacemacs.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/spacemacs.el b/spacemacs.el index a478f91..f460678 100644 --- a/spacemacs.el +++ b/spacemacs.el @@ -572,7 +572,11 @@ dump." ("M-รง" . (lambda () (interactive) (find-file "~/annex/txt/TODOs.org"))) ("M-SPC" . (lambda () (interactive) (just-one-space -1))) ("M-[" . (lambda () (interactive) (find-file "~/tmp/scratch.org"))) - ("M-]" . (lambda () (interactive) (find-file "~/Nextcloud/Notes/TODOs.txt"))))) + ("M-]" . (lambda () (interactive) (find-file "~/Nextcloud/Notes/TODOs.txt"))) + ("M-s-q" . (lambda () (interactive) (insert "/"))) + ("M-s-w" . (lambda () (interactive) (insert "?"))) + ("M-s-a" . (lambda () (interactive) (insert "\\"))) + ("M-s-s" . (lambda () (interactive) (insert "|"))))) (defvar custom-el-files '("~/annex/dev/code/dotfiles/emacs/not-much.el" "~/.quicklisp/slime-helper.el")) |