Remove the delete-current-line function
I don’t use it.
This commit is contained in:
parent
53876320dc
commit
1849204a57
@ -341,17 +341,6 @@ We need to do things differently, if so.
|
|||||||
|
|
||||||
** Misc text manipulation functions
|
** Misc text manipulation functions
|
||||||
|
|
||||||
*** Delete the current line
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(defun gpolonkai/delete-current-line ()
|
|
||||||
"Kill the whole line on which point is."
|
|
||||||
(interactive)
|
|
||||||
|
|
||||||
(beginning-of-line)
|
|
||||||
(kill-line 1))
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
*** Toggle case of character at point
|
*** Toggle case of character at point
|
||||||
|
|
||||||
Based on [[http://ergoemacs.org/emacs/modernization_upcase-word.html][Xah’s toggle letter case defun version 2015-12-22]]
|
Based on [[http://ergoemacs.org/emacs/modernization_upcase-word.html][Xah’s toggle letter case defun version 2015-12-22]]
|
||||||
|
Loading…
Reference in New Issue
Block a user