summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-18 21:05:48 +0100
committerGravatar Tom Willemse2015-12-18 21:05:48 +0100
commitee784fee36b0f8d8a3414316c6bb64b4a022da7b (patch)
tree8c579bda1d13149f04f54e43cc0cf23564668336
parent3dd258810ee46da0a2ee94841e5817a78fcfdfe1 (diff)
downloaddotfiles-ee784fee36b0f8d8a3414316c6bb64b4a022da7b.tar.gz
dotfiles-ee784fee36b0f8d8a3414316c6bb64b4a022da7b.zip
Remove unwanted command
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 0 insertions, 6 deletions
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)