summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--essentials.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2024-05-30 02:58:02 -0600
committerbd <bdunahu@operationnull.com>2024-05-30 02:58:02 -0600
commit465f6ce989b92b7aa4a3353be564c401b11bcae5 (patch)
tree3b33fe0e28132de77004d91f6224ad682fb62551 /.config/emacs/modules/bd--essentials.el
parent247aff4d997b0b1ad106f1dee00c69a4c39bfab9 (diff)
display-buffer-alist rules -> shackle
Diffstat (limited to '.config/emacs/modules/bd--essentials.el')
-rw-r--r--.config/emacs/modules/bd--essentials.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--essentials.el b/.config/emacs/modules/bd--essentials.el
index 36d26b0..84d7180 100644
--- a/.config/emacs/modules/bd--essentials.el
+++ b/.config/emacs/modules/bd--essentials.el
@@ -4,8 +4,6 @@
;;;; standard bindings
(keymap-global-unset "C-z")
(keymap-global-unset "C-x C-z")
-;; the binding to quit emacs
-(keymap-global-unset "C-x C-c")
(global-set-key (kbd "C-z =") 'text-scale-increase)
(global-set-key (kbd "C-z -") 'text-scale-decrease)