diff options
-rw-r--r-- | basic.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |