dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs | LICENSE

commit 3605e31920f369cc931d296e0527f807abf5dec5
parent 7cdf6801f115d93e2a7acfb317ee0f2d2fdf1a92
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Mon, 29 May 2023 22:35:37 +0300

emacs: always follow symlink

Diffstat:
Memacs/.emacs.d/init.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -12,6 +12,8 @@ (setq inhibit-startup-screen t) +(setq vc-follow-symlinks t) + ;; can use s-<arrow> for window switching (windmove-default-keybindings)