diff options
author | JSDurand <mmemmew@gmail.com> | 2021-11-09 21:15:05 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-11-09 21:15:05 +0800 |
commit | 57df08b7e7254b4c5e43fced11eb07ff0abfba97 (patch) | |
tree | 99838b7d38a502fb8f6804d7053dfb1ba1954caa /basic.el | |
parent | 993b4e9042f84b231c95018eeaf909859caf0542 (diff) |
* basic.el (global-map): Disable "iconify-frame"
Diffstat (limited to 'basic.el')
-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. |