From ea0343f06918d92c4834e8b34f6f7e6c69e35d33 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 18 Dec 2015 21:08:49 +0100 Subject: Add org library --- emacs/.emacs.d/init.el | 5 ----- 1 file changed, 5 deletions(-) (limited to 'emacs/.emacs.d/init.el') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 5fe5348..3332fcf 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -141,11 +141,6 @@ MODE1 is enabled and vice-versa." "Set the `disabled' property for each item in FUNCTIONS to nil." (mapc #'(lambda (f) (put f 'disabled nil)) functions)) -(defun oni:show-org-index () - "Show the index of my org files." - (interactive) - (find-file "~/documents/org/index.org")) - (defun oni:split-window-interactive (dir) "Split windows in direction DIR. -- cgit v1.2.3-54-g00ecf