diff options
| author | BardofSprites <[email protected]> | 2026-04-23 00:04:30 -0400 |
|---|---|---|
| committer | BardofSprites <[email protected]> | 2026-04-23 00:04:30 -0400 |
| commit | 0f8803d55137b92fa9b123965580baba1de33c9e (patch) | |
| tree | 2411ed39c9f864602cfb473b1bdf7de2909f1e9e | |
| parent | 9c466bacbfbe7dfdb545b15db6eb249553a5e5ac (diff) | |
follow vc symbolic links
| -rw-r--r-- | config.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1608,6 +1608,9 @@ For a long time I really struggled with Emacs tab completion. It still only kind *** Version control #+begin_src emacs-lisp :tangle bard-emacs-modules/bard-emacs-prog.el :mkdirp yes ;; Version control + + (setq vc-follow-symlinks t) + (use-package magit :ensure t :config |
