summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el20
1 files changed, 0 insertions, 20 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 707af1a..32f7bd0 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -26,26 +26,6 @@
:custom
(gcmh-mode t))
-;;; Modern keybindings
-;; A lot of people say that you get used to emacs keybindings over time, and this is true. But i find it hard to maintain two sets of keybindings in my head: those for emacs, and those for everything else. So i think that it's best to make emacs use the same bindings as everything else. For now, we do that with wakib mode.
-(use-package wakib-keys
- :disabled t
- :ensure t
- :custom
- (wakib-keys t)
-
- :hook
- ((after-change-major-mode . wakib-update-major-mode-map)
- (menu-bar-update . wakib-update-minor-mode-maps))
-
- :bind (:map isearch-mode-map
- ("C-f" . isearch-repeat-forward)
- ("C-S-f" . isearch-repeat-backward)
- ("M-;" . isearch-repeat-forward)
- ("M-:" . isearch-repeat-backward)
- ("C-v" . isearch-yank-kill)
- ("M-d" . isearch-delete-char)))
-
;; It is often useful to be able to run a command while i am already in the process of running a command in the minibuffer. This is rarely two extended commands; usually it is completion.
(use-package mb-depth
:custom