diff options
| author | JackJ30 <jackqjamison@gmail.com> | 2025-03-31 12:53:59 -0400 |
|---|---|---|
| committer | JackJ30 <jackqjamison@gmail.com> | 2025-03-31 12:53:59 -0400 |
| commit | 8f109f3a411c085597f9d176fb19340fef9174c1 (patch) | |
| tree | 9b60fc5c701d16d1431eac74da287001e1b20812 | |
| parent | 506ffae68680dc2b5dfd35f4872f11119a358cb9 (diff) | |
small emacs improvements
| -rw-r--r-- | .config/emacs/settings.org | 2 | ||||
| -rw-r--r-- | README.md | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/emacs/settings.org b/.config/emacs/settings.org index a5d33f0..03a9586 100644 --- a/.config/emacs/settings.org +++ b/.config/emacs/settings.org @@ -93,6 +93,8 @@ (setq inhibit-startup-message t backup-inhibited t) +(setq vc-follow-symlinks t) + #+END_SRC ** Org Mode #+BEGIN_SRC emacs-lisp @@ -10,6 +10,9 @@ Using: - Slurp - Tofi +- Dejavu Sans Mono +- Nerd icons + Installation: - Download dependencies, and GNU stow - stow . --adopt |
