emacs-bootstrap
emacs-bootstrap copied to clipboard
[editing] - enable save-place-mode and subword-mode
save-place-mode is incredibly useful. I can resume from where I left off when I last visited the file :) And another useful editing tip is enabling auto-fill-mode ONLY inside comments with (setq comment-auto-fill-only-comments t)