whitespace fix

master
Jacopo De Simoi 13 years ago
parent 2c9d6d98c4
commit 9e1d5370ed
  1. 5
      init.el

@ -14,10 +14,11 @@
'(font-latex-fontify-sectioning (quote color)) '(font-latex-fontify-sectioning (quote color))
'(global-font-lock-mode t nil (font-lock)) '(global-font-lock-mode t nil (font-lock))
'(inhibit-startup-screen t) '(inhibit-startup-screen t)
'(safe-local-variable-values (quote ((bookmark-default-file . "./emacs.bmk")))) '(safe-local-variable-values (quote ((TeX-master . notes\.tex) (bookmark-default-file . "./emacs.bmk"))))
'(show-paren-mode t) '(show-paren-mode t)
'(transient-mark-mode t) '(transient-mark-mode t)
'(truncate-partial-width-windows nil)) '(truncate-partial-width-windows nil)
'(visible-mark-inhibit-trailing-overlay t))
(custom-set-faces (custom-set-faces
;; custom-set-faces was added by Custom. ;; custom-set-faces was added by Custom.

Loading…
Cancel
Save