Don't unset abbreviated-home-dir for Windows users
With a35a457a1
, this isn't necessary anymore
This commit is contained in:
parent
158963028e
commit
66d4aeed1a
1 changed files with 0 additions and 5 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue