diff options
Diffstat (limited to 'blendoit')
| -rw-r--r-- | blendoit/blendoit-init.org (renamed from blendoit/init-blendoit.org) | 4 | ||||
| -rw-r--r-- | blendoit/init-blendoit.pdf | bin | 153271 -> 0 bytes | |||
| -rw-r--r-- | blendoit/themes/blendoit-light-theme.el | 64 | 
3 files changed, 66 insertions, 2 deletions
| diff --git a/blendoit/init-blendoit.org b/blendoit/blendoit-init.org index a05c2cf..4dd4f4e 100644 --- a/blendoit/init-blendoit.org +++ b/blendoit/blendoit-init.org @@ -78,7 +78,7 @@ We begin by defining a user shortcut to this very file:    (defun find-init-blendoit ()      "Jump to this very file."       (interactive) -     (find-file "~/.emacs.d/blendoit/init-blendoit.org")) +     (find-file "~/.emacs.d/blendoit/blendoit-init.org"))    (global-set-key (kbd "C-c c") 'find-init-blendoit)  #+END_SRC @@ -621,7 +621,7 @@ Thank you Xah Lee