Emacs: Add comment on clean user files.

master
Pierre Neidhardt 2021-01-24 19:23:59 +01:00
parent f0c05a77b3
commit f004d46b11
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@
;;; Move user-emacs-directory so that user files don't mix with cache files.
(setq user-emacs-directory "~/.cache/emacs/")
;; To start an Emacs with "clean" user files, set this variable to a new location.
;; (setq user-emacs-directory "~/fosdem/emacs/")
;; Tor / Proxy: set up before package initialization.
(require 'functions) ; Needed for `ambrevar/toggle-proxy'.