diff options
author | Case Duckworth | 2021-12-26 13:05:25 -0600 |
---|---|---|
committer | Case Duckworth | 2021-12-26 13:05:25 -0600 |
commit | 9b12971c1666401c7f49f33cd62c7179305f8ef2 (patch) | |
tree | 1cf7cbaf995efb97fa6e6a495f2283a0bac36646 /init.el | |
parent | SICP! (diff) | |
download | emacs-9b12971c1666401c7f49f33cd62c7179305f8ef2.tar.gz emacs-9b12971c1666401c7f49f33cd62c7179305f8ef2.zip |
Add frame stuff
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 8940389..3a39246 100644 --- a/init.el +++ b/init.el | |||
@@ -926,6 +926,7 @@ See also `crux-reopen-as-root-mode'." | |||
926 | 0)))) | 926 | 0)))) |
927 | (funcall topsy-fn)))))) | 927 | (funcall topsy-fn)))))) |
928 | 928 | ||
929 | (setup (:straight transpose-frame)) | ||
929 | 930 | ||
930 | (setup (:straight trashed) | 931 | (setup (:straight trashed) |
931 | (:option trashed-action-confirmer #'y-or-n-p)) | 932 | (:option trashed-action-confirmer #'y-or-n-p)) |
@@ -977,6 +978,8 @@ See also `crux-reopen-as-root-mode'." | |||
977 | ;;(remove-hook 'before-save-hook 'whitespace-cleanup) | 978 | ;;(remove-hook 'before-save-hook 'whitespace-cleanup) |
978 | (global-whitespace-cleanup-mode +1)) | 979 | (global-whitespace-cleanup-mode +1)) |
979 | 980 | ||
981 | (setup (:straight zoom-frm)) | ||
982 | |||
980 | (setup (:straight zzz-to-char) | 983 | (setup (:straight zzz-to-char) |
981 | (:+key "M-z" (lambda (prefix) | 984 | (:+key "M-z" (lambda (prefix) |
982 | "Call `zzz-to-char' or `zzz-up-to-char' with PREFIX arg." | 985 | "Call `zzz-to-char' or `zzz-up-to-char' with PREFIX arg." |