jkitchin / pycse

Python computations in science and engineering
GNU General Public License v2.0
242 stars 67 forks source link

Consider splitting big org file into org file per chapter #18

Closed kozikow closed 3 years ago

kozikow commented 8 years ago

I have been reading the book in org format and being to able to read it in org have been amazing experience.

I had to disable a few modes to effectively view the file, since it's that big.

Personally, when my org files grow too big I split them into separate org files. Some advantages:

kozikow commented 8 years ago

For future reference, personally for me fixing the problem was changing my config to not use (linum-relative-global-mode 1) and instead do:

(require 'linum-relative)
(add-hook 'prog-mode-hook 'linum-relative-mode)
jkitchin commented 8 years ago

I think nlinum might be another solution: https://www.wisdomandwonder.com/article/10066/switch-to-nlinum-immediately