no need to support a mac anymore

This commit is contained in:
Grigory Shipunov 2021-10-18 07:37:22 +02:00
parent a632b2ce15
commit 41803dbd17
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -126,12 +126,6 @@
;; follow symlinks to version-controlled files
(setq vc-follow-symlinks t)
;; mac-emacs spooky path shit
(when (eq system-type 'darwin)
(progn
(straight-use-package 'exec-path-from-shell)
(exec-path-from-shell-initialize)))
;; backup management
(setq backup-directory-alist `(("." . "~/.emacs.d/backups")))
(setq delete-old-versions t