Emacs-105-spacemacs在Mac中启动最大化且留出任务栏和程序坞
2021/7/8 11:36:49
本文主要是介绍Emacs-105-spacemacs在Mac中启动最大化且留出任务栏和程序坞,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
Emacs-105-spacemacs在Mac中启动最大化且留出任务栏和程序坞
实现相应的配置只需要修改Spacemacs的dot文件,具体如下:
dotspacemacs-fullscreen-at-startup nil ;; If non nil `spacemacs/toggle-fullscreen' will not use native fullscreen. ;; Use to disable fullscreen animations in OSX. (default nil) dotspacemacs-fullscreen-use-non-native nil ;; If non nil the frame is maximized when Emacs starts up. ;; Takes effect only if `dotspacemacs-fullscreen-at-startup' is nil. ;; (default nil) (Emacs 24.4+ only) dotspacemacs-maximized-at-startup t
配置完成后,重启Emacs即可看到效果。
这篇关于Emacs-105-spacemacs在Mac中启动最大化且留出任务栏和程序坞的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-14Fetch / Axios学习:入门教程与实战指南
- 2024-11-14Typescript 类型课程入门教程
- 2024-11-14Fetch / Axios课程:初学者必看的网络请求教程
- 2024-11-14Styled-components课程:初学者指南
- 2024-11-13pre-commit 自动化测试课程:入门教程与实践指南
- 2024-11-13什么是AIGC?如何使用AIGC技术辅助办公?
- 2024-11-13Slicm 框架怎么进行用户认证?-icode9专业技术文章分享
- 2024-11-13在查询时将 map_coord 列的值转换为字符串有哪些方法?-icode9专业技术文章分享
- 2024-11-13如何将微信地区改成自定义文案?-icode9专业技术文章分享
- 2024-11-13DNS 缓存存在问题有哪些症状和解决方法?-icode9专业技术文章分享