aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-02 00:14:24 -0500
committerCraig Jennings <c@cjennings.net>2025-11-02 00:14:24 -0500
commit71a79fc09eab08ba81212d0e16aca17c4dd84a96 (patch)
tree2118ccd30a344d4db4a4d8abf031e527b762f221 /scripts
parent6b01b38514915461ed32d6afddf378bf56949610 (diff)
downloaddotemacs-71a79fc09eab08ba81212d0e16aca17c4dd84a96.tar.gz
dotemacs-71a79fc09eab08ba81212d0e16aca17c4dd84a96.zip
fix: Resolve void-variable and void-function errors on first launch
Fixed two critical bugs preventing Emacs from launching after fresh clone: 1. prog-go.el: Moved go-ts-mode-map keybinding from :bind clause - The :bind macro tried to reference go-ts-mode-map before it was loaded - Moved "C-; f" gofmt binding into cj/go-mode-keybindings function - Function executes via hook after mode loads, ensuring keymap exists 2. org-config.el: Moved function definitions before use-package block - cj/org-general-settings, cj/org-appearance-settings, and cj/org-todo-settings were called in :config but defined after - Moved all three function definitions before (use-package org) - Functions now defined before :config section tries to call them Both fixes follow the pattern of ensuring dependencies exist before use.
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions