Emacs: Don't enable electric-quote-mode It pairs "``" with "'", which isn't what I wanted, and doesn't seem to be configurable
Alan Pearce alan@alanpearce.uk
Mon, 13 Mar 2017 14:34:03 +0100
1 files changed, 0 insertions(+), 9 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-emacs/emacs.d/init.org
@@ -2311,15 +2311,6 @@ :bind ("C-M-SPC" . er/expand-region) :config (setq expand-region-fast-keys-enabled nil)) #+END_SRC -** Typography - -I like using typographic quotes, but they’re complicated to insert manually. -them. - -#+BEGIN_SRC emacs-lisp -(electric-quote-mode) -#+END_SRC - ** avy Avy is a really nice way to move around files, like ace-jump-mode, but