From ee784fee36b0f8d8a3414316c6bb64b4a022da7b Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 18 Dec 2015 21:05:48 +0100 Subject: Remove unwanted command --- emacs/.emacs.d/init.el | 6 ------ 1 file changed, 6 deletions(-) (limited to 'emacs/.emacs.d') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index ed13919..5fe5348 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -141,11 +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:show-buffer-position () - "Show the position in the current buffer." - (interactive) - (message (format "%d:%d" (line-number-at-pos) (current-column)))) - (defun oni:show-org-index () "Show the index of my org files." (interactive) @@ -799,7 +794,6 @@ If no direction is given, don't split." (global-set-key (kbd "C-c h r") 'hypo-region) (global-set-key (kbd "C-c i p") 'identica-update-status-interactive) (global-set-key (kbd "C-c m") 'gnus) -(global-set-key (kbd "C-c p") 'oni:show-buffer-position) (global-set-key (kbd "C-c s") #'split-window-below) (global-set-key (kbd "C-c t") 'oni:raise-ansi-term) (global-set-key (kbd "C-c u") #'upcase-transient-mode) -- cgit v1.2.3-54-g00ecf