all repos — nixfiles @ c55e2f4bbe11490780c468ea7eec94a2e9a0710d

System and user configuration, managed by nix and home-manager

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
commit

c55e2f4bbe11490780c468ea7eec94a2e9a0710d

parent

e1dfd1dce911a06284d81eb07120de1ad32aa0ac

1 file changed, 0 insertions(+), 9 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-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