Change /home/.../ to ~/

This commit is contained in:
contrapunctus 2021-11-18 14:59:49 +05:30
parent 23b3a33d17
commit f06c37d8c6
1 changed files with 6 additions and 6 deletions

View File

@ -857,12 +857,12 @@ FILE-1 will appear above FILE-2."
(my-find-file*
"/media/data/anon/1-music-scores/4-my-arrangements/2021/2021-09-12 Songs of Travel/1 The Vagabond/music/guitar.ly"
"/media/data/anon/1-music-scores/4-my-arrangements/2021/2021-09-12 Songs of Travel/output/2021-09-12 Songs of Travel-pacON.pdf"
"/home/anon/Sync/Scores/voice/Vaughan Williams/IMSLP89688-PMLP183796-SongsOfTravel.pdf")
"~/Sync/Scores/voice/Vaughan Williams/IMSLP89688-PMLP183796-SongsOfTravel.pdf")
(frameset-restore my-arrangement-frameset :reuse-frames t))
("Aural exercises"
(find-file-other-window "/media/data/anon/Documents/Text Files/music_stuff/harmonic-analysis.org"))
((or "Sequencing" "Composing")
(find-file-other-window "/home/anon/1-music-scores/2-my-compositions/composition-portfolio.org")
(find-file-other-window "~/1-music-scores/2-my-compositions/composition-portfolio.org")
(frameset-restore my-composition-frameset :reuse-frames t))
("Data organization"
(find-dired "/media/data/anon/" "-name \\'dl\\' -size +0c"))
@ -907,7 +907,7 @@ FILE-1 will appear above FILE-2."
"/media/data/anon/8-music-production/1-my-creations/BWV 1006a/1 Prelude/"))
("Singing"
(find-file-other-window
"/home/anon/Sync/Scores/voice/repertoire.org"))
"~/Sync/Scores/voice/repertoire.org"))
("Subtitles"
;; (find-file-other-window "/media/data/anon/Music/0-classical/vocal/musical/Company/")
(start-process "subtitleeditor" nil "subtitleeditor" "/media/data/khilona/Videos/Peer Gynt/peer-gynt.srt"))
@ -1350,7 +1350,7 @@ Ask for confirmation before saving cookies. I'd rather just disallow them all th
*** jabber
#+BEGIN_SRC emacs-lisp
(use-package jabber
:load-path "/home/anon/.emacs.d/elisp-git/emacs-jabber-wgreenhouse/"
:load-path "~/.emacs.d/elisp-git/emacs-jabber-wgreenhouse/"
:commands jabber-connect
:config (global-unset-key (kbd "C-x C-j"))
(global-set-key (kbd "C-x C-j") 'join-line)
@ -2199,7 +2199,7 @@ Don't try to check if there are files with a certain extension...it will lead to
#+END_SRC
* environment variables
#+BEGIN_SRC emacs-lisp
(setenv "PATH" (concat "/home/anon/bin:" (getenv "PATH")))
(setenv "PATH" (concat "~/bin:" (getenv "PATH")))
(setenv "EDITOR" "emacsclient")
;; what on earth is this message after every init -
@ -3526,7 +3526,7 @@ Create advice for =lispy-pair= - if =lispy--in-string-or-comment-p= is true, sel
*** explain-pause-mode
#+BEGIN_SRC emacs-lisp
(use-package explain-pause-mode
:load-path "/home/anon/.emacs.d/elisp-git/explain-pause-mode/"
:load-path "~/.emacs.d/elisp-git/explain-pause-mode/"
:disabled t
:diminish
:commands explain-pause-mode