diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2025-04-06 08:59:25 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2025-04-06 08:59:25 +0100 |
| commit | 588506c3ad3a99fd01801d4df37ddee7538881e6 (patch) | |
| tree | 55c66e00aa4b788b6edc8d5412b2c2f00c127647 /dotfiles-linux/emacs/init.el | |
| parent | 4e26c2c221c268d56fae0599093f300d1293a62f (diff) | |
linux/emacs: Bind s-` to ‘other-frame’
Diffstat (limited to 'dotfiles-linux/emacs/init.el')
| -rw-r--r-- | dotfiles-linux/emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles-linux/emacs/init.el b/dotfiles-linux/emacs/init.el new file mode 100644 index 0000000..4d7e943 --- /dev/null +++ b/dotfiles-linux/emacs/init.el @@ -0,0 +1,3 @@ +;; “Window” Management + +(keymap-global-set "s-`" #'other-frame) |
