whitespace fix

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

@ -14,16 +14,17 @@
'(font-latex-fontify-sectioning (quote color))
'(global-font-lock-mode t nil (font-lock))
'(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)
'(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 was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:background "DarkSlateGrey" :foreground "Wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 80 :width normal :foundry "xos4" :family "terminus"))))
'(bold ((t (:weight semi-bold))))
'(cursor ((t (:background "orchid"))))

Loading…
Cancel
Save