summaryrefslogtreecommitdiffstats
path: root/emacs/site-lisp/oni.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/site-lisp/oni.el')
-rw-r--r--emacs/site-lisp/oni.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/emacs/site-lisp/oni.el b/emacs/site-lisp/oni.el
index b90bd4a..11378be 100644
--- a/emacs/site-lisp/oni.el
+++ b/emacs/site-lisp/oni.el
@@ -253,14 +253,6 @@ extracts the parts I want to know about."
(title (substring song (match-beginning 5) (match-end 5))))
(format "[%s - %s]" band title)))
-(defun oni:move-beginning-of-dwim ()
- "Move to beginning of line either after indentation or before."
- (interactive)
- (let ((start (point)))
- (back-to-indentation)
- (if (= start (point))
- (beginning-of-line))))
-
(defun oni:move-end-of-dwim ()
"Move to end of line, either before any comments or after."
(interactive)