From 7029fbc128f1c1926ce7e23b6c1ab82d9fe8514a Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Sat, 20 Feb 2021 01:57:19 -0600 Subject: [PATCH] Using ace-window for now --- custom.el | 4 ++-- settings.org | 18 +----------------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/custom.el b/custom.el index e116b9f..4eaf292 100644 --- a/custom.el +++ b/custom.el @@ -5,7 +5,7 @@ ;; If there is more than one, they won't work right. '(auto-save-file-name-transforms '((".*" "~/.emacs.d/autosave/" t))) - '(aw-dispatch-when-more-than 1) + '(aw-dispatch-when-more-than 2) '(backup-directory-alist '((".*" . "~/.emacs.d/backup"))) '(browse-kill-ring-display-duplicates @@ -192,7 +192,7 @@ '(tool-bar-mode nil) '(tramp-use-ssh-controlmaster-options nil) - '(winum-mode t)) + '(winum-mode nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/settings.org b/settings.org index c056c28..b61de93 100644 --- a/settings.org +++ b/settings.org @@ -687,7 +687,7 @@ put executables in elpy-rpc-venv in path ** Ace window #+begin_src emacs-lisp (use-package ace-window - :bind (("M-Q" . ace-window))) + :bind (("M-]" . ace-window))) #+end_src ** Disable Ido #+begin_src emacs-lisp @@ -752,7 +752,6 @@ put executables in elpy-rpc-venv in path #+begin_src emacs-lisp (use-package smart-mode-line :init - (winum-mode 1) :config (sml/setup)) #+end_src @@ -762,21 +761,6 @@ put executables in elpy-rpc-venv in path :config (load-theme 'dracula t)) #+end_src -** Winum-mode -#+begin_src emacs-lisp -(use-package winum - :bind - (:map winum-keymap - (("M-0" . winum-select-window-0-or-10) - ("M-1" . winum-select-window-1) - ("M-2" . winum-select-window-2) - ("M-3" . winum-select-window-3) - ("M-4" . winum-select-window-4) - ("M-5" . winum-select-window-5) - ("M-6" . winum-select-window-6) - ("M-7" . winum-select-window-7) - ("M-8" . winum-select-window-8)))) -#+end_src * Clipboard manager ** Clipmon settings #+begin_src emacs-lisp