aboutsummaryrefslogtreecommitdiff
path: root/spacemacs.el
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-11-03 23:58:05 -0300
committerEuAndreh <eu@euandre.org>2018-11-03 23:58:05 -0300
commit19da19c3363cdafaf12167da3402654cca002b79 (patch)
treea23f1613145e91f7d09f2bfec94f013814bab8f0 /spacemacs.el
parentUnsubscribe. (diff)
downloaddotfiles-19da19c3363cdafaf12167da3402654cca002b79.tar.gz
dotfiles-19da19c3363cdafaf12167da3402654cca002b79.tar.xz
Add macOS keybindings.
Diffstat (limited to 'spacemacs.el')
-rw-r--r--spacemacs.el6
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"))