mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Don't unset abbreviated-home-dir for Windows users
With a35a457a1
, this isn't necessary anymore
This commit is contained in:
@ -229,11 +229,6 @@ users).")
|
|||||||
(setq auth-sources (list (concat doom-etc-dir "authinfo.gpg")
|
(setq auth-sources (list (concat doom-etc-dir "authinfo.gpg")
|
||||||
"~/.authinfo.gpg"))
|
"~/.authinfo.gpg"))
|
||||||
|
|
||||||
;; Emacs on Windows frequently confuses HOME (C:\Users\<NAME>) and %APPDATA%,
|
|
||||||
;; causing `abbreviate-home-dir' to produce incorrect paths.
|
|
||||||
(when IS-WINDOWS
|
|
||||||
(setq abbreviated-home-dir "\\`'"))
|
|
||||||
|
|
||||||
;; Don't litter `doom-emacs-dir'. We don't use `no-littering' because it's a
|
;; Don't litter `doom-emacs-dir'. We don't use `no-littering' because it's a
|
||||||
;; mote too opinionated for our needs.
|
;; mote too opinionated for our needs.
|
||||||
(setq abbrev-file-name (concat doom-local-dir "abbrev.el")
|
(setq abbrev-file-name (concat doom-local-dir "abbrev.el")
|
||||||
|
Reference in New Issue
Block a user