diff options
Diffstat (limited to 'mms-keyboard.org')
-rw-r--r-- | mms-keyboard.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mms-keyboard.org b/mms-keyboard.org index 489c770..17205b4 100644 --- a/mms-keyboard.org +++ b/mms-keyboard.org @@ -150,5 +150,9 @@ I'll move them to dedicated sections when I reach them. (define-key xah-fly-command-map (kbd "SPC i f") 'consult-find) (define-key xah-fly-command-map (kbd "SPC i F") 'find-file) (define-key xah-fly-command-map (kbd "SPC i g") 'consult-ripgrep) +(load-file "~/.emacs.d/ext/xah-fk-org.el") + ) + #+end_src + |