jokert's recent timeline updates
jokert

jokert

V2EX member #316858, joined on 2018-05-17 01:30:44 +08:00
jokert's recent replies
;; 设置垃圾回收,在 Windows 下,emacs25 版本会频繁出发垃圾回收,所以需要设置
(when (eq system-type 'windows-nt)
(setq gc-cons-threshold (* 512 1024 1024))
(setq gc-cons-percentage 0.5)
(run-with-idle-timer 5 t #'garbage-collect)
;; 显示垃圾回收信息,这个可以作为调试用;;
(setq garbage-collection-messages t))

在配置文件里修改垃圾处理机制,之后即使用其他字体也不会卡顿了
May 28, 2018
Replied to a topic by qof3990 奇思妙想 表情包高清重绘计划
@qof3990 或许你应该反过来,做一些把高清表情包变糊的操作(逃)
May 27, 2018
Replied to a topic by qof3990 奇思妙想 表情包高清重绘计划
表情包不是应该越绿越糊才更有味道吗😏
May 26, 2018
Replied to a topic by PythonAnswer 程序员 逃离 sublime
@0attocs 才用了一个月,emacs 已经把我弄崩溃三次了,神的编辑器果然名不虚传。。。。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1173 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 17:55 · PVG 01:55 · LAX 10:55 · JFK 13:55
♥ Do have faith in what you're doing.