From d68673f99260909f8a49e6bc95fa688fcca5bf84 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 23 May 2013 02:44:38 +0200 Subject: Move slime-helper and move-beginning-of-dwim functions --- emacs/site-lisp/oni.el | 8 -------- 1 file changed, 8 deletions(-) (limited to 'emacs/site-lisp/oni.el') 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) -- cgit v1.2.3-54-g00ecf