mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Remove user defined :enew in favor of upstream version
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
;; Editing
|
||||
(exmap "@" 'narf/evil-macro-on-all-lines) ; run macro on each line
|
||||
(exmap "al[ign]" 'narf:align) ; align by regexp
|
||||
(exmap "en[ew]" 'narf:file-create) ; open a blank buffer
|
||||
(exmap "na[rrow]" 'narf:narrow) ; narrow buffer to selection
|
||||
(exmap "ref[actor]" 'emr-show-refactor-menu) ; open emr menu
|
||||
(exmap "retab" 'narf:whitespace-retab)
|
||||
|
Reference in New Issue
Block a user