summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-06-18 20:32:25 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-06-18 20:32:25 -0700
commit4649a27ac2450c0113916f31fa9d4f9b3b2533c4 (patch)
treefbc76406234744c6457f7fff02a118308da1392a
parent2bc11d1510868f96c10c77c40dab1c56278f1f76 (diff)
downloaddotfiles-4649a27ac2450c0113916f31fa9d4f9b3b2533c4.tar.gz
language tweaks
-rw-r--r--.emacs.d/init-spw.el4
1 files 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