functions: Remove unused insert-and-indent

master
Pierre Neidhardt 2019-03-03 13:23:25 +01:00
parent 853ef85b3f
commit dafb9d8e13
1 changed files with 0 additions and 8 deletions

View File

@ -139,14 +139,6 @@ selectively."
image-dired-external-viewer (expand-file-name file)))))
(define-key image-map (kbd "S-<return>") 'ambrevar/image-display-external)
(defun ambrevar/insert-and-indent (text)
"Insert indented TEXT at point."
(interactive "s Text: ")
(let ((oldpoint (point)))
(insert text)
(indent-region oldpoint (point))
(newline-and-indent)))
(defun ambrevar/current-minor-modes ()
"Return the list of minor modes enabled in the current buffer."
(interactive)