diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2024-02-11 16:39:29 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2024-02-11 16:39:29 +0000 |
| commit | 86dfb4e4f281b299fc7139d730e665de0e54d133 (patch) | |
| tree | 15bac24ead62f7fa0db98f43603363d235e47d9e /emacs/init.el | |
| parent | d13df53ace537f0cb2afafa787bfde06e15f1020 (diff) | |
emacs: Replace my/focus-frame with my/resize-frame
my/resize-frame will provide more options to resize the frame as
desired.
Also, make that function available only on macOS, since Linux has
capable tiling window managers.
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index d270371..97baec0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -98,7 +98,6 @@ (keymap-global-set "C-TAB" #'other-window) (keymap-global-set "C-M-TAB" #'other-frame) -(keymap-global-set "C-c l" #'my/focus-frame) (keymap-global-set "C-c f" #'toggle-frame-maximized) (windmove-default-keybindings 'super) |
