Преглед на файлове

[emacs] Remove troublesome aliases

Colin Powell преди 1 година
родител
ревизия
2f68624ad9
променени са 1 файла, в които са добавени 1 реда и са изтрити 4 реда
  1. 1 4
      emacs/.config/doom/config.el

+ 1 - 4
emacs/.config/doom/config.el

@@ -42,10 +42,7 @@
  (:prefix "b"
   :desc "Black format buffer"     "f" #'blacken-buffer
   :desc "isort buffer"            "I" #'py-isort-buffer
-  :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))
+  :desc "Links in buffer"         "l" #'ace-link-org))
 
 (defun unfill-paragraph ()
   "Takes a multi-line paragraph and makes it into a single line of text."