summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-18 21:08:49 +0100
committerGravatar Tom Willemse2015-12-18 21:08:49 +0100
commitea0343f06918d92c4834e8b34f6f7e6c69e35d33 (patch)
treed7d6594961c27aa653e2e9f355bac557c3d43597 /emacs/.emacs.d/init.el
parentee784fee36b0f8d8a3414316c6bb64b4a022da7b (diff)
downloaddotfiles-ea0343f06918d92c4834e8b34f6f7e6c69e35d33.tar.gz
dotfiles-ea0343f06918d92c4834e8b34f6f7e6c69e35d33.zip
Add org library
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
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.