emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eev b79cd70e61 2/2: Load eev-wconfig.el by default.


From: ELPA Syncer
Subject: [elpa] externals/eev b79cd70e61 2/2: Load eev-wconfig.el by default.
Date: Mon, 30 May 2022 02:57:35 -0400 (EDT)

branch: externals/eev
commit b79cd70e61028f79599a4ffccef09d0f3935886c
Author: Eduardo Ochs <eduardoochs@gmail.com>
Commit: Eduardo Ochs <eduardoochs@gmail.com>

    Load eev-wconfig.el by default.
---
 VERSION        |  4 ++--
 eev-load.el    |  5 ++++-
 eev-wconfig.el | 11 ++++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/VERSION b/VERSION
index 56299fc45c..40133cf64b 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-Mon May 30 06:08:48 GMT 2022
-Mon May 30 03:08:48 -03 2022
+Mon May 30 06:36:40 GMT 2022
+Mon May 30 03:36:40 -03 2022
diff --git a/eev-load.el b/eev-load.el
index bcd9f013be..37e672fe5b 100644
--- a/eev-load.el
+++ b/eev-load.el
@@ -20,7 +20,7 @@
 ;;
 ;; Author:     Eduardo Ochs <eduardoochs@gmail.com>
 ;; Maintainer: Eduardo Ochs <eduardoochs@gmail.com>
-;; Version:    20220318
+;; Version:    20220530
 ;; Keywords:   e-scripts
 ;;
 ;; Supersedes: (find-eev "eev-all.el")
@@ -144,6 +144,9 @@
 (require 'eev-kla)             ; (find-eev "eev-kla.el")
 (require 'eev-helpful)         ; (find-eev "eev-helpful.el")
 ;;
+;; Configuration on M$ Windows.
+(require 'eev-wconfig)         ; (find-eev "eev-wconfig.el")
+;;
 ;; Hyperlinks to audio, video, and IRC:
 ;;   (find-video-links-intro)
 ;;   (find-audiovideo-intro)
diff --git a/eev-wconfig.el b/eev-wconfig.el
index b7fb8b9627..8811f3e0bf 100644
--- a/eev-wconfig.el
+++ b/eev-wconfig.el
@@ -130,16 +130,17 @@
 ;;
 ;; 2. Usage
 ;; ========
-;; This file is not loaded by default. To use it, run:
+;; To use this, run:
 ;;
-;;   (require 'eev-wconfig)
 ;;   (find-wconfig-links)
 ;;
 ;; The `(find-wconfig-links)' will create a temporary buffer with
-;; instructions.
+;; instructions. For more info, see the video:
 ;;
-;; I am working on a video about this. I will add more instructions
-;; after finishing the video.
+;;   http://angg.twu.net/eev-wconfig.html
+;;   http://angg.twu.net/.emacs.videos.html#2022eevwconfig
+;;   (find-1stclassvideo-links "2022eevwconfig")
+;;   (find-1stclassvideoindex  "2022eevwconfig")
 
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]