summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-12-18 07:55:10 +0000
committerMatthew Lemon <matt@matthewlemon.com>2022-12-18 07:55:27 +0000
commitdfc21c0c2ce5c508871127d8ddb2c6e451b9844a (patch)
treedfe865340b24a78e91912ee6a149419c7159077b
parent233251816ae6b10513d598d057abc59f83bf838a (diff)
removal of ace modes
-rw-r--r--init.el16
1 files changed, 8 insertions, 8 deletions
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