keybinding doubts? no more

Just a short one… If you have doubts about emacs keybindings, read here. Is awesome!.

Just as a site note, I found it while looking how to set WindowsKey(Super)-tab as a keybinding for lisp-complete-symbol


(define-key lisp-mode-map [s-tab] 'lisp-complete-symbol)

Really easy :)

Comments are currently closed.