summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-18 00:16:52 +0100
committerGravatar Tom Willemse2015-12-18 00:16:52 +0100
commit36eeed7e1c665aaa9081017adeba52aca4efe115 (patch)
tree011bbc4d234a0efe773066f61d3e998702c657f6 /emacs
parenta20808a596f4f2224ffafda49508ced1e6630852 (diff)
downloaddotfiles-36eeed7e1c665aaa9081017adeba52aca4efe115.tar.gz
dotfiles-36eeed7e1c665aaa9081017adeba52aca4efe115.zip
Remove unused function
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el8
1 files changed, 0 insertions, 8 deletions
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 '+)