chore(emacs): General config change

This commit is contained in:
js0ny 2025-04-13 23:31:29 +01:00
parent d7ddf1f060
commit 707e837753
4 changed files with 34 additions and 27 deletions

View file

@ -1,6 +1,6 @@
;;; init-package.el --- Package management setup using straight.el -*- lexical-binding: t -*-
(setq straight-base-dir (expand-file-name "straight" user-emacs-data))
(setq straight-base-dir user-emacs-data)
;; Bootstrap straight.el
(defvar bootstrap-version)