- git-gutter: GitHub - emacsorphanage/git-gutter: Emacs port of GitGutter which is Sublime Text Plugin
- fonts
- tom7’s FixederSys 2x (archive) -
(set-frame-font "FixederSys 2x-24:antialias=none")
- tom7’s FixederSys 2x (archive) -
- formatting
- show a marker an the 50th column -
(setq-default display-fill-column-indicator-column 50)
- show a marker an the 50th column -