diff --git a/README.org b/README.org index c89794d..f988fe6 100644 --- a/README.org +++ b/README.org @@ -33,6 +33,14 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia scroll-margin 0 scroll-preserve-screen-position 1) + ;; Config file shortcut + (defun my/open-config-file () + "Open my literate config file" + (interactive) + (find-file "~/.emacs/README.org")) + (keymap-global-set "C-c w c" #'my/open-config-file) + + ;; Scratch buffer shortcut (keymap-global-set "C-c w x" #'scratch-buffer)