about summary refs log tree commit diff
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-01 20:44:09 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-12-01 20:44:09 +0700
commit4aeb2084faf18d7eb31d442651086504d87576e9 (patch)
treec6ad66fcdc6ebd7a014d7537a51a5b25a0ae67f3 /emacs/.emacs.d
parentd510a821657190ed3f8778eda7d64c163c4c290c (diff)
downloaddotfiles-4aeb2084faf18d7eb31d442651086504d87576e9.tar.gz
Update 2019-12-01
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index c654dc2..74e74dd 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -38,6 +38,7 @@
  '(scroll-bar-mode nil)
  '(show-paren-mode t)
  '(tool-bar-mode nil)
+ '(vc-follow-symlinks t)
  '(whitespace-style
    (quote
     (face trailing spaces newline space-mark newline-mark))))
@@ -66,7 +67,7 @@
                         (java-mode-hook "gnu")))
 (add-hook 'python-mode-hook (lambda () (setq comment-fill-column 72)))
 (add-hook 'lua-mode-hook (lambda () (setq lua-indent-level 4)))
-(add-hook 'LaTeX-mode-hook 'prettify-symbols-mode)
+;(add-hook 'LaTeX-mode-hook 'prettify-symbols-mode)
 (add-hook 'LaTeX-mode-hook
           (lambda () (when (fboundp 'electric-indent-mode)
                        (electric-indent-mode -1))))