mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
8 lines
286 B
EmacsLisp
8 lines
286 B
EmacsLisp
;;; init-keymaps.el
|
|
|
|
;; Once this is defined, `M-x open-init-file` will open this file
|
|
(defun open-org-config()
|
|
(interactive) ;; Mark function as `interactive` that allows user to access by M-x open-init-file RET
|
|
(find-file "~/.emacs.d/lisp/init-org.el"))
|
|
|
|
(provide 'init-keymaps)
|