summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-06-07 12:40:00 -0500
committerCraig Jennings <c@cjennings.net>2025-06-07 12:40:00 -0500
commitf5c6e1160f346c13b7fc75ab02629e29af97cf21 (patch)
treeff694f0848f9cf73eff549670eb82f336af12206
parentc0ed34363cf8a2e34d631be56ba45456081ea345 (diff)
downloaddotemacs-f5c6e1160f346c13b7fc75ab02629e29af97cf21.tar.gz
dotemacs-f5c6e1160f346c13b7fc75ab02629e29af97cf21.zip
cosmetic cleanup for git-timemachine; removing not-a-bug
-rw-r--r--modules/vc-config.el5
-rw-r--r--todo.org27
2 files changed, 8 insertions, 24 deletions
diff --git a/modules/vc-config.el b/modules/vc-config.el
index 0235482b..ac51f8f1 100644
--- a/modules/vc-config.el
+++ b/modules/vc-config.el
@@ -1,4 +1,3 @@
-
;;; vc-config.el --- Version Control Configuration -*- lexical-binding: t; -*-
;; author: Craig Jennings <c@cjennings.net>
;;; Commentary:
@@ -50,9 +49,7 @@
;; ------------------------------ Git Timemachine ------------------------------
;; walk through revisions of the current file in your buffer
-
-;; this function from:
-;; https://blog.binchen.org/posts/new-git-timemachine-ui-based-on-ivy-mode/
+;; also: https://blog.binchen.org/posts/new-git-timemachine-ui-based-on-ivy-mode/
(defun cj/git-timemachine-show-selected-revision ()
"Show last (current) revision of file."
(interactive)
diff --git a/todo.org b/todo.org
index 636d5f1f..1131e288 100644
--- a/todo.org
+++ b/todo.org
@@ -1,19 +1,5 @@
* Emacs Open Work
-** VERIFY [#B] Dirvish should open not showing hidden files by default
-simply take off the h with the directory listings
-** VERIFY [#A] Dirvish Issues Opening Images and Video
-*** 2025-06-07 Sat @ 02:06:45 -0500 Solution: quote the whole filename
-*** 2025-06-07 Sat @ 01:54:16 -0500 Clue: open with vlc shows issues with filenames with spaces
-Your input can't be opened:
-VLC is unable to open the MRL 'file:///home/cjennings/sync/videos/Academy'. Check the log for details.
-Your input can't be opened:
-VLC is unable to open the MRL 'file:///home/cjennings/sync/videos/Software'. Check the log for details.
-Your input can't be opened:
-VLC is unable to open the MRL 'file:///home/cjennings/sync/videos/Foundation-OpenColorIO'. Check the log for details.
-Your input can't be opened:
-VLC is unable to open the MRL 'file:///home/cjennings/sync/videos/Reel.mkv'. Check the log for details.
-*** 2025-06-06 Fri @ 23:15:27 -0500 Problem: Binary Files Open in Emacs Instead of xdg-open
-This is despite having an "open with" extension which allows you to indicate which program to open via the file's extension.
+** TODO [#A] Emacs should open specific file extensions outside emacs
*** Reference Ideas
**** https://www.reddit.com/r/emacs/comments/1cdhum7/how_to_make_emacs_open_certain_files_using/
(defun my/dired-open()
@@ -69,7 +55,11 @@ This is despite having an "open with" extension which allows you to indicate whi
(define-key dired-mode-map (kbd "M-o") #'dired-open-with-native-open-program)
(define-key locate-mode-map (kbd "M-o") #'dired-open-with-native-open-program)
-** TODO [#A] Mu4e Working with Proton and Gmail
+
+** TODO [#B] Mu4e Working with Proton and Gmail
+** TODO [#B] Dirvish should open not showing hidden files by default
+*** 2025-06-07 Sat @ 12:25:28 -0500 It isn't omitting the h switch on directory listings
+No. Didn't help
** TODO [#B] Fix Emacs Alarm for Scheduled Events
*** 2025-06-03 Tue @ 15:12:51 -0500 Problem
Emacs Alarm seems to sound off periodically after the
@@ -82,8 +72,5 @@ C-c n i then type a recipe name.
org-element--get-category: Invalid function: org-element-with-disabled-cache
The file was created, but does not come to the front
The category value seems unaligned
-** TODO [#B] git timemachine should list checkins by date descending
-** TODO [#B] emacs needs to quote paths when opening from dirvish
-was on libreoffice file, hit "L", but it failed due to spaces in path.
-** TODO [#C] Emacs Eshell Doesn't Inherit Environment Variables
+** TODO [#B] Emacs Eshell Doesn't Inherit Environment Variables
** TODO [#C] Rename 'sync-dir' Variable in Init File to 'org-dir'