mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix dash.app bindings
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
"M-Z" 'redo
|
||||
"C-M-f" 'narf:toggle-fullscreen
|
||||
|
||||
:ni "<M-f1>" 'dash-at-point
|
||||
:ni "<M-f1>" 'narf/dash-at-pt
|
||||
|
||||
;; Textmate-esque indent shift left/right
|
||||
:i "M-]" 'narf/smart-indent
|
||||
|
@ -21,7 +21,7 @@
|
||||
(exmap "reo[rient]" 'narf/window-reorient)
|
||||
|
||||
;; External resources
|
||||
(exmap "dash" 'dash-at-point)
|
||||
(exmap "dash" 'narf:dash)
|
||||
(exmap "http" 'httpd-start)
|
||||
(exmap "re[gex]" 'narf:regex)
|
||||
(exmap "repl" 'narf:repl)
|
||||
|
Reference in New Issue
Block a user