diff options
Diffstat (limited to 'settings/setup-ace-window-mode.el')
| -rw-r--r-- | settings/setup-ace-window-mode.el | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/settings/setup-ace-window-mode.el b/settings/setup-ace-window-mode.el deleted file mode 100644 index 4fd3558..0000000 --- a/settings/setup-ace-window-mode.el +++ /dev/null @@ -1,35 +0,0 @@ -;;; setup-ace-window-mode.el --- ace window mode config -*- lexical-binding: t; -*- - -;; Copyright (C) 2018 Benj Bellon - -;; Author: Benj Bellon -;; Keywords: lisp - -;; This program is free software; you can redistribute it and/or modify -;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation, either version 3 of the License, or -;; (at your option) any later version. - -;; This program is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -;; GNU General Public License for more details. - -;; You should have received a copy of the GNU General Public License -;; along with this program. If not, see <http://www.gnu.org/licenses/>. - -;;; Commentary: - -;; basic config for ace window mode - -;;; Code: -(require 'ace-window) - -(global-set-key (kbd "C-x o") 'ace-window) -(global-set-key (kbd "C-x M-o") 'other-window) - -(setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)) - - -(provide 'setup-ace-window-mode) -;;; setup-ace-window-mode.el ends here |
