summaryrefslogtreecommitdiff
path: root/modules/user-constants.el
diff options
context:
space:
mode:
authorCraig Jennings <craigmartinjennings@gmail.com>2024-04-11 17:29:10 -0500
committerCraig Jennings <craigmartinjennings@gmail.com>2024-04-11 17:29:10 -0500
commit43e1f37c02f216a36312876d56a8f313aabcf07a (patch)
treeea694f58737db225b5ac75beacb50a5d01515ad4 /modules/user-constants.el
parent84c0963ec2096148932ec4ce8529a029cf930121 (diff)
additional bug fixing
- stray cj/bookmark-set-and-save references replaced with bookmark-set - added warning level for errors - added an alternate elpa-mirrors location (git repos shouldn't be added inside a git repo) - added default font size to "Berkeley Only" and the default in fontaine - updated eww to search using frog find for readability - fixed typo on comments in user-constants - moved easy hugo configuration higher for easier accessibility - move "insert around" function to custom functions
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 f42389d5..269ea540 100644
--- a/modules/user-constants.el
+++ b/modules/user-constants.el
@@ -9,7 +9,7 @@
;; ------------------------ Directory And File Constants -----------------------
-## DIRECTORIES
+;; DIRECTORIES
(defconst emacs-init-file (concat user-emacs-directory "init.el")
"The location of Emacs's main init file.")
@@ -34,7 +34,7 @@
(defconst snippets-dir (concat sync-dir "snippets/")
"The location of ya-snippet snippets.")
-### FILES
+;; FILES
(defvar schedule-file (concat sync-dir "schedule.org")
"The location of the org file containing scheduled events.")