我正在广泛使用org-mode。我有很多表格和大量的源代码片段:
#+begin_src <whatever>
...
#+end_src
还有:
#+begin_example
...
#+end_example
我注意到,对于大文件(超过1000行?),性能是一个问题:我的emacs变慢,并且输入不再流畅(编辑器每隔一段时间就会阻塞几毫秒)。
这是活动次要模式列表M-x describe-mode
):
Enabled minor modes: Auto-Compression Auto-Encryption Blink-Cursor
Column-Number Csv-Field-Index Delete-Selection Desktop-Save
Display-Time File-Name-Shadow Font-Lock Global-Font-Lock
Global-Whitespace Icomplete Ido-Everywhere Line-Number Mouse-Wheel
Recentf Server Shell-Dirtrack Show-Paren Tooltip Transient-Mark
Which-Function
我不确定哪种模式会导致性能不佳,但我猜它是org-mode
。是否有任何配置设置我可以调整以使组织模式更高效?