From 36eeed7e1c665aaa9081017adeba52aca4efe115 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 18 Dec 2015 00:16:52 +0100 Subject: Remove unused function --- emacs/.emacs.d/init.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 8d3b3de..1778c45 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -141,14 +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:scuttle-formatter (plist) - "Format RSS items from Scuttle as org tasks. - -PLIST contains all the pertinent ifnormation." - (let ((title (plist-get plist :title)) - (link (plist-get plist :link))) - (concat "* TODO " title "\n\n " link))) - (defun oni:php-mode-func () "Function for `php-mode-hook'." (c-set-offset 'arglist-intro '+) -- cgit v1.2.3-54-g00ecf