forked from colonelpanic/dotfiles
Set vc-follow-symlinks to t
This commit is contained in:
parent
a11c1448ec
commit
64616c549c
@ -16,7 +16,7 @@ This makes it so that the file that is produced from tangling this file uses lex
|
|||||||
(replace-regexp-in-string "\n$" "" (shell-command-to-string
|
(replace-regexp-in-string "\n$" "" (shell-command-to-string
|
||||||
"git config --get user.email")))
|
"git config --get user.email")))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** auto-compile
|
** Setup auto-compile
|
||||||
This is here because it needs to be activated as early as possible
|
This is here because it needs to be activated as early as possible
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package auto-compile
|
(use-package auto-compile
|
||||||
@ -248,6 +248,10 @@ This is set to true to disable the annoying audible bell that plays whenever the
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq visible-bell t)
|
(setq visible-bell t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Configure vc
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq vc-follow-symlinks t)
|
||||||
|
#+END_SRC
|
||||||
** Misc
|
** Misc
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(defvar iedit-toggle-key-default nil)
|
(defvar iedit-toggle-key-default nil)
|
||||||
|
Loading…
Reference in New Issue
Block a user