about summary refs log tree commit diff
path: root/modules/workstation/emacs/early-init.el
blob: 8cac0647dd4e8cb7ff620a3ffa98510a4addbdc3 (plain) (blame)
1
2
3
4
;; This defaults to XDG_CONFIG_HOME, which is bad because lots of
;; state gets written to it.
(setq user-emacs-directory
      (concat (file-name-as-directory (getenv "XDG_DATA_HOME")) "emacs"))