summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2017-03-13 14:34:03 +0100
committerAlan Pearce2017-03-13 14:34:03 +0100
commitc55e2f4bbe11490780c468ea7eec94a2e9a0710d (patch)
tree68f83c9213488b8c5ebc95e6ba57e2e4bf48090a
parente1dfd1dce911a06284d81eb07120de1ad32aa0ac (diff)
downloaddotfiles-c55e2f4bbe11490780c468ea7eec94a2e9a0710d.tar.lz
dotfiles-c55e2f4bbe11490780c468ea7eec94a2e9a0710d.tar.zst
dotfiles-c55e2f4bbe11490780c468ea7eec94a2e9a0710d.zip
Emacs: Don't enable electric-quote-mode
It pairs "``" with "'", which isn't what I wanted, and doesn't seem to
be configurable
-rw-r--r--tag-emacs/emacs.d/init.org9
1 files changed, 0 insertions, 9 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index 7b205cc..7ae0092 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -2311,15 +2311,6 @@ from Sublime Text.  As always, there’s a mode for that.
   :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