summaryrefslogtreecommitdiff
path: root/basic.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-11-09 21:15:05 +0800
committerJSDurand <mmemmew@gmail.com>2021-11-09 21:15:05 +0800
commit57df08b7e7254b4c5e43fced11eb07ff0abfba97 (patch)
tree99838b7d38a502fb8f6804d7053dfb1ba1954caa /basic.el
parent993b4e9042f84b231c95018eeaf909859caf0542 (diff)
* basic.el (global-map): Disable "iconify-frame"
Diffstat (limited to 'basic.el')
-rw-r--r--basic.el6
1 files changed, 6 insertions, 0 deletions
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.