chronometrist - remove grep from Programming hook

I hadn't used that for anything since I added it...not once.
This commit is contained in:
contrapunctus 2020-07-20 11:18:38 +05:30
parent 104a072b5e
commit 924701987d
1 changed files with 1 additions and 12 deletions

View File

@ -110,18 +110,7 @@ FILE-1 will appear above FILE-2."
"~/phone/Nokia 6.1/Documents/Markor/OSM/TODO.md"))
;; https://github.com/bbatsov/emacs-lisp-style-guide#comment-annotations
("Programming"
(grep (->> '("grep" "--color" "-EnHiIR" "-e '(TODO|FIXME|OPTIMIZE|HACK|REVIEW)'"
"--exclude=\"*.html\""
"--exclude-dir=\".git\""
"~/.emacs.d/contrapunctus/"
"~/Documents/Text\\ Files/programming/")
(-interpose " ")
(apply #'concat)))
(switch-to-buffer "*grep*")
(split-window-below)
(other-window 1)
(find-file "~/phone/Nokia 6.1/Documents/Markor/Computers/todo.md")
(delete-other-windows))
(find-file-other-window "~/phone/Nokia 6.1/Documents/Markor/Computers/todo.md"))
("Singing"
(find-file-other-window "~/Sync/Scores/voice/repertoire.org"))
("Subtitles"