summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2020-03-19 17:35:28 -0700
committerFranck Cuny <franck.cuny@gmail.com>2020-03-19 17:35:28 -0700
commit2e1d3b3ff8fb4a4d84ba1b52e7194f26b4f63aee (patch)
tree1412264f0a9630a670c6d116e23095c2ee8263b5 /emacs.d/custom
parentmagit: clean up config by removing unused stuff (diff)
downloademacs.d-2e1d3b3ff8fb4a4d84ba1b52e7194f26b4f63aee.tar.gz
emacs: remove unused bindings
Diffstat (limited to 'emacs.d/custom')
-rw-r--r--emacs.d/custom/fcuny-ui.el3
1 files changed, 0 insertions, 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")