diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/functions.el | 8 | ||||
| -rw-r--r-- | emacs/init.el | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/emacs/functions.el b/emacs/functions.el index 3e879cc..85b45ac 100644 --- a/emacs/functions.el +++ b/emacs/functions.el @@ -62,14 +62,6 @@ enabled." (dolist (mode '(menu-bar-mode scroll-bar-mode tool-bar-mode)) (when (and (fboundp mode) (symbol-value mode)) (funcall mode -1)))) -(defun my/focus-frame (&optional frame) - "Focus FRAME." - (interactive) - (delete-other-windows) - (modify-frame-parameters frame '((height . 1.0) (width . 0.5) - (left . 0.5) (top . 1.0) - (user-position . t)))) - ;; Misc. Stuff 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) |
