From 2e1d3b3ff8fb4a4d84ba1b52e7194f26b4f63aee Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 19 Mar 2020 17:35:28 -0700 Subject: emacs: remove unused bindings --- emacs.d/custom/fcuny-ui.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/emacs.d/custom/fcuny-ui.el b/emacs.d/custom/fcuny-ui.el index cac5640..cfccae7 100644 --- a/emacs.d/custom/fcuny-ui.el +++ b/emacs.d/custom/fcuny-ui.el @@ -12,9 +12,6 @@ (tool-bar-mode -1)) (use-package frame - :bind (("C-c C-m" . toggle-frame-fullscreen) - ("C-c C-=" . text-scale-increase) - ("C-c C--" . text-scale-decrease)) :config (blink-cursor-mode -1) (setq frame-title-format "%b") -- cgit 1.4.1