From 4649a27ac2450c0113916f31fa9d4f9b3b2533c4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 18 Jun 2021 20:32:25 -0700 Subject: language tweaks --- .emacs.d/init-spw.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index edfa5036..7043a4ce 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -4,14 +4,14 @@ ;; We use a prefix 'spw/' for functions and variables defined in files ;; matching ~/.emacs.d/*.el, since the 'spw-' and 'spw--' prefixes -;; would be for a file called 'spw.el' with a defined API, providing a +;; would be for a file called 'spw.el' with a defined API, providing an ;; 'spw' feature. ;;; Code: (eval-and-compile ;; libs in ~/.emacs.d/site-lisp can override system packages - ;; This is for my personal, possibly patched versions of libraries. + ;; This is for my personal, possibly-patched versions of libraries. (add-to-list 'load-path (concat user-emacs-directory "site-lisp")) ;; libs in ~/.emacs.d/initlibs are overridden by system packages -- cgit v1.2.3