From 1d1f51db6986d319712818c77d26bcb52df26eaa Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 15 Feb 2013 00:36:22 +0100 Subject: emacs: Add button to show special org file --- .emacs.d/site-lisp/oni.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.d/site-lisp/oni.el') diff --git a/.emacs.d/site-lisp/oni.el b/.emacs.d/site-lisp/oni.el index 2729474..1afe1d6 100644 --- a/.emacs.d/site-lisp/oni.el +++ b/.emacs.d/site-lisp/oni.el @@ -500,6 +500,11 @@ insert at the end of the region and at the beginning." (interactive) (message (format "%d:%d" (line-number-at-pos) (current-column)))) +(defun oni:show-org-index () + "Show the index of my org files." + (interactive) + (find-file "~/documents/org/index.org")) + (defun oni:smex-init () "Initialization function for smex." (global-set-key (kbd "M-x") 'smex) -- cgit v1.2.3-54-g00ecf