[emacs] Remove troublesome aliases
This commit is contained in:
@ -42,10 +42,7 @@
|
|||||||
(:prefix "b"
|
(:prefix "b"
|
||||||
:desc "Black format buffer" "f" #'blacken-buffer
|
:desc "Black format buffer" "f" #'blacken-buffer
|
||||||
:desc "isort buffer" "I" #'py-isort-buffer
|
:desc "isort buffer" "I" #'py-isort-buffer
|
||||||
:desc "Links in buffer" "l" #'ace-link-org)
|
:desc "Links in buffer" "l" #'ace-link-org))
|
||||||
(:prefix "e"
|
|
||||||
:desc "Goto URL in eww" "e" #'eww
|
|
||||||
:desc "Search in eww" "w" #'eww-search-words))
|
|
||||||
|
|
||||||
(defun unfill-paragraph ()
|
(defun unfill-paragraph ()
|
||||||
"Takes a multi-line paragraph and makes it into a single line of text."
|
"Takes a multi-line paragraph and makes it into a single line of text."
|
||||||
|
|||||||
Reference in New Issue
Block a user