Compare commits

..

2 Commits

Author SHA1 Message Date
josiah
0a8c1f6b3a Merge branch 'master' of git.awful.club:jowj/chd 2020-03-02 01:21:28 +00:00
josiah
f28f7ba229 Update emacs files. 2020-03-02 01:21:20 +00:00
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
(setq user-home-file "~/Nextcloud/Documents/org/personal.org")
(defun find-user-home-file ()
"Edit the `user-home-file' in this window"
"Edit the `user-home-file' in this window."
(interactive)
(find-file user-home-file))
(global-set-key (kbd "C-c C-j h") 'find-user-home-file)