summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.