summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index f3bf57f..f37a550 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -68,6 +68,7 @@
;; While we're here, let's set up emoji input.
(use-package emoji
+ :disabled t
:bind ("C-." . emoji-search))
;; Smooth-ish scrolling with the mouse, and smooth scrolling with C-v and M-v. Sadly it doesn't work with C-l.
@@ -884,7 +885,7 @@ With prefix argument TIME, also add the current time."
;; Experiment with embark
(use-package embark
:bind
- (("s-SPC" . embark-act)
+ (("C-." . embark-act)
([remap describe-bindings] . embark-bindings))
:init