aboutsummaryrefslogtreecommitdiff
path: root/modules/user-constants.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-02-16 05:14:28 -0600
committerCraig Jennings <c@cjennings.net>2026-02-16 05:14:28 -0600
commitd25b6dfb67bca7f04fa280dfd89e603d0eaeaf38 (patch)
tree54d681ebcb4e3b418bc3666656792c80a40d765a /modules/user-constants.el
parent2b808e2470c6bdee573c31715356f4e31e216973 (diff)
downloaddotemacs-d25b6dfb67bca7f04fa280dfd89e603d0eaeaf38.tar.gz
dotemacs-d25b6dfb67bca7f04fa280dfd89e603d0eaeaf38.zip
chore(yasnippet): move snippets into emacs.d for source control
Relocate snippets-dir from ~/sync/org/snippets/ to ~/.emacs.d/snippets/ and restore 28 snippet files from backup.
Diffstat (limited to 'modules/user-constants.el')
-rw-r--r--modules/user-constants.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user-constants.el b/modules/user-constants.el
index bae34bfe9..717e179e6 100644
--- a/modules/user-constants.el
+++ b/modules/user-constants.el
@@ -104,8 +104,8 @@ Used by transcription module and other audio-related functionality.")
(defconst drill-dir (expand-file-name "drill/" org-dir)
"The location of org-drill org files.")
-(defconst snippets-dir (expand-file-name "snippets/" org-dir)
- "The location of ya-snippet snippets.")
+(defconst snippets-dir (expand-file-name "snippets/" user-emacs-directory)
+ "The location of yasnippet snippets.")
(defvar sounds-dir (expand-file-name "assets/sounds/" user-emacs-directory)
"Directory containing sound files for notifications and timers.")