diff --git a/nix/config/emacs/init.el b/nix/config/emacs/init.el index fc965ce..e6f7f5f 100644 --- a/nix/config/emacs/init.el +++ b/nix/config/emacs/init.el @@ -160,6 +160,10 @@ (use-package emacs :ensure nil + :demand t + :bind (("" . ignore) + ("" . ignore) + ("" . ignore)) :custom (cursor-type 'bar) (visible-bell t)