From 465f6ce989b92b7aa4a3353be564c401b11bcae5 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 30 May 2024 02:58:02 -0600 Subject: display-buffer-alist rules -> shackle --- .config/emacs/modules/bd--essentials.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.config/emacs/modules/bd--essentials.el') 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) -- cgit v1.2.3