diff options
Diffstat (limited to 'dotfiles-darwin/emacs/init.el')
| -rw-r--r-- | dotfiles-darwin/emacs/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles-darwin/emacs/init.el b/dotfiles-darwin/emacs/init.el index a8c0ab2..a34ffe4 100644 --- a/dotfiles-darwin/emacs/init.el +++ b/dotfiles-darwin/emacs/init.el @@ -15,3 +15,8 @@ (when my/night-theme (load-theme my/night-theme :no-confirm :no-enable)) (run-at-time nil (* 15 60) #'my/maybe-switch-theme my/day-theme my/night-theme #'my/macos-dark-p))) + + +;; “Window” Management + +(keymap-global-set "C-c l" #'my/resize-frame) |
