no need to support a mac anymore
This commit is contained in:
parent
a632b2ce15
commit
41803dbd17
1 changed files with 0 additions and 6 deletions
6
init.el
6
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue