Remove unused function
This commit is contained in:
parent
a20808a596
commit
36eeed7e1c
1 changed files with 0 additions and 8 deletions
|
@ -141,14 +141,6 @@ MODE1 is enabled and vice-versa."
|
||||||
"Set the `disabled' property for each item in FUNCTIONS to nil."
|
"Set the `disabled' property for each item in FUNCTIONS to nil."
|
||||||
(mapc #'(lambda (f) (put f 'disabled nil)) functions))
|
(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 ()
|
(defun oni:php-mode-func ()
|
||||||
"Function for `php-mode-hook'."
|
"Function for `php-mode-hook'."
|
||||||
(c-set-offset 'arglist-intro '+)
|
(c-set-offset 'arglist-intro '+)
|
||||||
|
|
Loading…
Reference in a new issue