In Emacs, how can I make a macro, that is local to the HTML mode, and uses dashes and dots? Take a look at the Elisp below:
(define-abbrev-table 'html-mode-abbrev-table
'(("..." "...") ; won't work
("---" "—") ; won't work
("aaa" "...") ; works
("bbb" "—") )) ; works
Asked by Emanuel Berg
(7101 rep)
Apr 4, 2013, 01:45 AM
Last activity: Feb 23, 2017, 08:41 PM
Last activity: Feb 23, 2017, 08:41 PM