Skip to content

Commit

Permalink
tweak(keybindings): use original command names
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jul 4, 2023
1 parent 02a7f39 commit 5f608b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/me-keybindings.el
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@

;; ====== Toggle ======
"t" '(nil :wk "toggle")
"td" '(toggle-debug-on-error :wk "Debug on error")
"td" #'toggle-debug-on-error
"tr" #'read-only-mode
"tl" #'follow-mode
"tV" '(netextender-toggle :wk "NetExtender")
"te" '(ecryptfs-toggle-mount-private :wk "eCryptfs")
"tV" #'netextender-toggle
"te" #'ecryptfs-toggle-mount-private
"tv" #'visible-mode

;; ====== Code ======
Expand Down

0 comments on commit 5f608b2

Please sign in to comment.