From dfc21c0c2ce5c508871127d8ddb2c6e451b9844a Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 18 Dec 2022 07:55:10 +0000 Subject: removal of ace modes --- init.el | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 01bdc8c..68969ed 100644 --- a/init.el +++ b/init.el @@ -779,8 +779,8 @@ If failed try to complete the common part with `company-complete-common'" (add-hook 'deft-open-file-hook 'mrl/kill-deft)) ;; Ace Jump -(use-package ace-jump-mode - :bind ("C-M-SPC" . ace-jump-mode)) +;; (use-package ace-jump-mode +;; :bind ("C-M-SPC" . ace-jump-mode)) ;; Lisp programming (use-package paredit @@ -1090,12 +1090,12 @@ If failed try to complete the common part with `company-complete-common'" ;; (add-hook 'elpy-mode-hook 'flycheck-mode)) ;; Ace Window -(use-package ace-window - :bind (("C-x o" . ace-window) - ("M-2" . ace-window)) - :init - (setq aw-background t - aw-keys '(?a ?o ?e ?u ?i ?d ?h ?t ?n ?s))) +;; (use-package ace-window +;; :bind (("C-x o" . ace-window) +;; ("M-2" . ace-window)) +;; :init +;; (setq aw-background t +;; aw-keys '(?a ?o ?e ?u ?i ?d ?h ?t ?n ?s))) ;; expand-region (use-package expand-region -- cgit v1.2.3