diff options
| author | Luke Hoersten <[email protected]> | 2026-04-22 19:31:53 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2026-04-22 19:31:53 -0500 |
| commit | 24616ca196bbb6cd9028fbfc877e289db204e68d (patch) | |
| tree | 7fbe4d834ccca7207be26fe9ec7dbabb860d186f /init.el | |
| parent | 9c89ca3c0d0f05841971fcb90e286331afdd9273 (diff) | |
Tweaks
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ ;;; ~/.emacs.d/init.el (~/.emacs) ;;; Code: -(add-to-list 'load-path "~/.emacs.d/elisp") ; set default emacs load path +(add-to-list 'load-path (expand-file-name "elisp" user-emacs-directory)) (setq custom-file (concat user-emacs-directory "custom.el")) ; don't auto-edit init.el @@ -89,9 +89,9 @@ (require 'ansible-init) ;; claude-code-context -(add-to-list 'load-path "~/Dev/claude-code-context") -(require 'claude-code-context) -(claude-code-context-mode 1) +;; (add-to-list 'load-path "~/Dev/claude-code-context") +;; (require 'claude-code-context) +;; (claude-code-context-mode 1) ;;; text-mode |
