Skip to content

Instantly share code, notes, and snippets.

@Wilfred
Created May 4, 2009 09:42
Show Gist options
  • Save Wilfred/106397 to your computer and use it in GitHub Desktop.
Save Wilfred/106397 to your computer and use it in GitHub Desktop.
; don't show the tool bar, should use keyboard anyway
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))
; auctex stuff for latex editing
(load "auctex.el" nil t t)
(load "preview-latex.el" nil t t)
; auto-fill (linewrap) on by default
(setq-default auto-fill-function 'do-auto-fill)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment