feat: add frame maximize for windows
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
(toggle-frame-fullscreen)
|
||||
(global-unset-key (kbd "<f12>"))
|
||||
(global-set-key (kbd "<f12>") 'toggle-frame-fullscreen))
|
||||
(t nil))
|
||||
(*is-linux*
|
||||
(toggle-frame-fullscreen))
|
||||
(*is-windows*
|
||||
(toggle-frame-maximized)))
|
||||
|
||||
;; 配置备份文件和自动保存文件目录
|
||||
(setq backup-directory-alist
|
||||
|
||||
Reference in New Issue
Block a user