From 57df08b7e7254b4c5e43fced11eb07ff0abfba97 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Tue, 9 Nov 2021 21:15:05 +0800 Subject: * basic.el (global-map): Disable "iconify-frame" --- basic.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/basic.el b/basic.el index b5af371..139e666 100644 --- a/basic.el +++ b/basic.el @@ -1,5 +1,11 @@ ;; -*- lexical-binding: t; -*- +;;; No iconofications + +(define-key global-map + (vector 'remap 'iconify-frame) + #'intentionally-disabled-bind) + ;;; No limit in printing ;; I oft want to print the results of evaluating expressions. -- cgit v1.2.3-18-g5258