diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-12-18 07:55:10 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-12-18 07:55:27 +0000 |
commit | dfc21c0c2ce5c508871127d8ddb2c6e451b9844a (patch) | |
tree | dfe865340b24a78e91912ee6a149419c7159077b | |
parent | 233251816ae6b10513d598d057abc59f83bf838a (diff) |
removal of ace modes
-rw-r--r-- | init.el | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |