|
|
|
|
@ -20,7 +20,7 @@ |
|
|
|
|
'(inhibit-startup-screen t) |
|
|
|
|
'(org-catch-invisible-edits (quote smart)) |
|
|
|
|
'(parens-require-spaces nil) |
|
|
|
|
'(safe-local-variable-values (quote ((TeX-master . notes\.tex) (bookmark-default-file . "./emacs.bmk")))) |
|
|
|
|
'(safe-local-variable-values (quote ((eval add-hook (quote before-save-hook) (quote org-export-icalendar-this-file) nil t) (TeX-master . notes\.tex) (bookmark-default-file . "./emacs.bmk")))) |
|
|
|
|
'(show-paren-mode t) |
|
|
|
|
'(smart-tab-completion-functions-alist (quote ((emacs-lisp-mode . lisp-complete-symbol) (text-mode . dabbrev-completion) (latex-mode . TeX-complete-symbol)))) |
|
|
|
|
'(transient-mark-mode t) |
|
|
|
|
|