summary history branches tags files
commit:780665957a5ff0edb23a2731a0d70426d371275d
author:Trevor Bentley
committer:Trevor Bentley
date:Wed Dec 9 18:49:47 2020 +0100
parents:bd004bb8608b8596f5fd62df38153fccfc3b0f76
fix fancy backtick
diff --git a/snitch.el b/snitch.el
line changes: +1/-1
index 804540f..f1d3eb2
--- a/snitch.el
+++ b/snitch.el
@@ -157,7 +157,7 @@
 ;;
 ;; The minimum required initialization is simply:
 ;;
-;; >  (require ’snitch)
+;; >  (require 'snitch)
 ;; >  (snitch-init)
 ;;
 ;; An example initialization using ‘use-package’ might look like so: